summaryrefslogtreecommitdiff
path: root/make.bat
diff options
context:
space:
mode:
Diffstat (limited to 'make.bat')
-rw-r--r--make.bat6
1 files changed, 3 insertions, 3 deletions
diff --git a/make.bat b/make.bat
index 426a642..a85f7d6 100644
--- a/make.bat
+++ b/make.bat
@@ -7,9 +7,9 @@ if not exist obj mkdir obj
SET CFLAGS=/nologo /W3 /D_CRT_SECURE_NO_WARNINGS /I SDL2/include SDL2/lib/x64/SDL2main.lib SDL2/lib/x64/SDL2.lib opengl32.lib
if _%1 == _ (
- cl main.c /DDEBUG /DEBUG /Zi %CFLAGS% /Fo:obj/urbs /Fe:urbs
+ cl main.c /DDEBUG /DEBUG /Zi %CFLAGS% /Fo:obj/urbs /Fe:physics
cl sim.c /DDEBUG /DEBUG /LD %CFLAGS% /Fo:obj/sim /Fe:obj/sim
echo > obj\sim.dll_changed
)
-if _%1 == _release cl main.c /O2 %CFLAGS% /Fe:urbs
-if _%1 == _profile cl main.c /O2 /DPROFILE %CFLAGS% /Fe:urbs
+if _%1 == _release cl main.c /O2 %CFLAGS% /Fe:physics
+if _%1 == _profile cl main.c /O2 /DPROFILE %CFLAGS% /Fe:physics