summaryrefslogtreecommitdiffhomepage
path: root/win64.make
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-05-21 09:12:06 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-05-21 09:12:06 +0200
commit5e49fbae54bd7dcbf2e893acaef699ce9f2587f3 (patch)
tree442826994985742eec15a6a26bf537141ebb379a /win64.make
parentf4ee9dd22c91c076ad2bd8ba082f7ad02afac350 (diff)
MHR-21: Refactor, WiP symbol support in mov.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'win64.make')
-rw-r--r--win64.make2
1 files changed, 1 insertions, 1 deletions
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)