summaryrefslogtreecommitdiff
path: root/make.bat
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-02-01 12:33:27 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-02-01 12:33:27 -0500
commit11b50663dc489b7ec8cb1c8774d9bda2c7acac3b (patch)
treeaa604b767286c86b21b6fef851f0c74e8dfc0acb /make.bat
parentdba51f5c1b7ac895239d2909358b323a92b77644 (diff)
full C syntax highlighting
Diffstat (limited to 'make.bat')
-rw-r--r--make.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.bat b/make.bat
index dee7a0c..32770d8 100644
--- a/make.bat
+++ b/make.bat
@@ -4,7 +4,7 @@ if _%VCVARS% == _ (
call vcvarsall x64
)
-SET CFLAGS=/nologo /W4 /wd4200 /wd4204 /wd4221 /wd4706 /D_CRT_SECURE_NO_WARNINGS /I SDL2/include SDL2/lib/x64/SDL2main.lib SDL2/lib/x64/SDL2.lib opengl32.lib shell32.lib ole32.lib
+SET CFLAGS=/nologo /W4 /wd4200 /wd4204 /wd4221 /wd4706 /wd4214 /D_CRT_SECURE_NO_WARNINGS /I SDL2/include SDL2/lib/x64/SDL2main.lib SDL2/lib/x64/SDL2.lib opengl32.lib shell32.lib ole32.lib
rc /nologo ted.rc
if _%1 == _ (
cl main.c text.c ted.res /DDEBUG /DEBUG /Zi %CFLAGS% /Fe:ted