diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-05-21 09:12:06 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-05-21 09:12:06 +0200 |
| commit | 5e49fbae54bd7dcbf2e893acaef699ce9f2587f3 (patch) | |
| tree | 442826994985742eec15a6a26bf537141ebb379a /win64.make | |
| parent | f4ee9dd22c91c076ad2bd8ba082f7ad02afac350 (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.make | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
