Added call to the build.bat so that rc can be redirected as a batch file

This commit is contained in:
Casey Muratori
2024-05-24 15:53:46 -07:00
committed by Ryan Fleury
parent f214b7d5f2
commit f835158071
+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=rc.exe
if "%clang%"=="1" set rc=llvm-rc.exe
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%