initial pass of moving rdi definitions to metacode tables

This commit is contained in:
Ryan Fleury
2024-06-01 19:24:45 -07:00
parent 652a9b5cee
commit 8492693df2
5 changed files with 1030 additions and 3 deletions
+2 -2
View File
@@ -60,8 +60,8 @@ if "%msvc%"=="1" set EHsc=/EHsc
if "%clang%"=="1" set EHsc=
if "%msvc%"=="1" set no_aslr=/DYNAMICBASE:NO
if "%clang%"=="1" set no_aslr=
if "%msvc%"=="1" set rc=call rc
if "%clang%"=="1" set rc=call llvm-rc
if "%msvc%"=="1" set rc=call rc
if "%clang%"=="1" set rc=call llvm-rc
:: --- Choose Compile/Link Lines ----------------------------------------------
if "%msvc%"=="1" set compile_debug=%cl_debug%