From 5e49fbae54bd7dcbf2e893acaef699ce9f2587f3 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 21 May 2024 09:12:06 +0200 Subject: MHR-21: Refactor, WiP symbol support in mov. Signed-off-by: Amlal El Mahrouss --- win64.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win64.make') diff --git a/win64.make b/win64.make index 4abac3e..0d8482d 100644 --- a/win64.make +++ b/win64.make @@ -19,7 +19,7 @@ LINK_ALT_2_OUTPUT=Output/32link.exe PP_SRC=Sources/bpp.cc PP_OUTPUT=Output/bpp.exe -SRC_COMMON=Sources/String.cc Sources/AssemblyFactory.cxx +SRC_COMMON=Sources/String.cc Sources/AssemblyFactory.cc # C++ Compiler (AMD64) AMD64_CXX_SRC=Sources/cplusplus.cc $(SRC_COMMON) -- cgit v1.2.3