summaryrefslogtreecommitdiff
path: root/make.bat
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-09-28 00:45:33 -0400
committerpommicket <pommicket@gmail.com>2025-09-28 00:46:21 -0400
commit3c9e139aec08d1bb406a6219122ca982b4b7dc34 (patch)
tree4d7993152bbb76f1d8b7df6de45fb032332b94d0 /make.bat
parente78bf3013ddb588638a93bed1f6eff4d0beb5106 (diff)
Remove trailing white space in source files
Diffstat (limited to 'make.bat')
-rw-r--r--make.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/make.bat b/make.bat
index b25efed..c65f871 100644
--- a/make.bat
+++ b/make.bat
@@ -1,5 +1,5 @@
@echo off
-if _%VCVARS% == _ (
+if _%VCVARS% == _ (
set VCVARS=1
call vcvarsall x64
)
@@ -12,7 +12,7 @@ if not exist pcre2-8-static.lib (
copy /y pcre2\Release\pcre2-8-static.lib
)
SET C_FLAGS=/nologo /W4 /MD /wd4200 /wd4204 /wd4221 /wd4706 /wd4214 /D_CRT_SECURE_NO_WARNINGS /I SDL2/include /I pcre2 User32.lib SDL2/lib/x64/SDL2main.lib SDL2/lib/x64/SDL2.lib pcre2-8-static.lib pcre2-32-static.lib
-rc /nologo ted.rc
+rc /nologo ted.rc
if _%1 == _ (
if not exist debug mkdir debug
pushd debug