Update compile.bat
add the "pause" command at the and so people who don't have tcc installed can read and find the issue or it just like a command window appear and disappear instantly
This commit is contained in:
parent
9c3e841771
commit
00c353e7a4
|
@ -8,4 +8,5 @@ set ARCH_SPECIFIC=-L32 C:\windows\system32\winmm.dll
|
|||
set CC=C:\tcc\i386-win32-tcc.exe
|
||||
rem set CC=C:\tcc\x86_64-win32-tcc.exe
|
||||
@echo on
|
||||
%CC% %CFLAGS% %ARCH_SPECIFIC% %SOURCES% %LDFLAGS% -o ..\colorchord.exe
|
||||
%CC% %CFLAGS% %ARCH_SPECIFIC% %SOURCES% %LDFLAGS% -o ..\colorchord.exe
|
||||
pause
|
||||
|
|
Loading…
Reference in a new issue