mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-07 14:28:40 +00:00
Added call to the build.bat so that rc can be redirected as a batch file
This commit is contained in:
committed by
Ryan Fleury
parent
f214b7d5f2
commit
f835158071
@@ -60,8 +60,8 @@ if "%msvc%"=="1" set EHsc=/EHsc
|
|||||||
if "%clang%"=="1" set EHsc=
|
if "%clang%"=="1" set EHsc=
|
||||||
if "%msvc%"=="1" set no_aslr=/DYNAMICBASE:NO
|
if "%msvc%"=="1" set no_aslr=/DYNAMICBASE:NO
|
||||||
if "%clang%"=="1" set no_aslr=
|
if "%clang%"=="1" set no_aslr=
|
||||||
if "%msvc%"=="1" set rc=rc.exe
|
if "%msvc%"=="1" set rc=call rc
|
||||||
if "%clang%"=="1" set rc=llvm-rc.exe
|
if "%clang%"=="1" set rc=call llvm-rc
|
||||||
|
|
||||||
:: --- Choose Compile/Link Lines ----------------------------------------------
|
:: --- Choose Compile/Link Lines ----------------------------------------------
|
||||||
if "%msvc%"=="1" set compile_debug=%cl_debug%
|
if "%msvc%"=="1" set compile_debug=%cl_debug%
|
||||||
|
|||||||
Reference in New Issue
Block a user