trying to rewrite the bat files in light of delayed expansion... not going well. what is happening? I hate windows cmd shell

This commit is contained in:
2025-09-13 22:39:39 -05:00
parent 197ff389db
commit 53b493299b
3 changed files with 7 additions and 15 deletions

View File

@@ -3,7 +3,7 @@ SET flags=-Od -ZI
IF "%1" == "release" (
SET flags=-O2
)
@echo on
@ECHO on
SET srcs=src\*
mkdir bin obj
cl %srcs% Ws2_32.lib -I inc %flags% -std:c++20 -MP -Fo:obj\\ -Fe:bin\\