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:
JINODK 2018-12-17 17:01:57 +07:00 committed by GitHub
parent 9c3e841771
commit 00c353e7a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,4 +8,5 @@ set ARCH_SPECIFIC=-L32 C:\windows\system32\winmm.dll
set CC=C:\tcc\i386-win32-tcc.exe set CC=C:\tcc\i386-win32-tcc.exe
rem set CC=C:\tcc\x86_64-win32-tcc.exe rem set CC=C:\tcc\x86_64-win32-tcc.exe
@echo on @echo on
%CC% %CFLAGS% %ARCH_SPECIFIC% %SOURCES% %LDFLAGS% -o ..\colorchord.exe %CC% %CFLAGS% %ARCH_SPECIFIC% %SOURCES% %LDFLAGS% -o ..\colorchord.exe
pause