10 lines
366 B
Batchfile
10 lines
366 B
Batchfile
@echo off
|
|
bld --dont_compile_core
|
|
rem if exist "..\misc\compile_setup.bat" call "..\misc\compile_setup.bat"
|
|
|
|
rem set clang-flags=-O0 -Wall -Wno-unused-function -fno-exceptions -fdiagnostics-absolute-paths -g -o main.exe -Wl,user32.lib
|
|
|
|
rem pushd %~dp0
|
|
rem cl core_main.cpp -Zi -nologo -W3 -wd4200 -wd4267 -wd4244 -diagnostics:column -Fe:main.exe user32.lib
|
|
rem popd
|