small changes

main
Dominik Madarász 2023-10-12 13:36:40 +02:00
parent 646c1c6e4d
commit 0ad540f97d
1 changed files with 6 additions and 0 deletions

View File

@ -749,6 +749,12 @@ if "!hello!"=="yes" (
rem user-defined apps rem user-defined apps
if not "!other!"=="" ( if not "!other!"=="" (
if "!vis!"=="yes" echo !cc! !other! !import! !args! if "!vis!"=="yes" echo !cc! !other! !import! !args!
rem if "!cc!"=="cl" (
rem if "!build!"=="rel" (
rem set "import=!import! engine\v4k_win32_rel_glue.c"
rem set "args=!args! /SUBSYSTEM:WINDOWS"
rem )
rem )
!echo! !other! && !cc! !other! !import! !args! || set rc=1 !echo! !other! && !cc! !other! !import! !args! || set rc=1
) )