Merge pull request #81 from JINODK/JINODK-windows-compile

Update compile.bat
This commit is contained in:
CNLohr 2018-12-18 03:37:23 -05:00 committed by GitHub
commit 8e628ab602
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,3 +9,4 @@ 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
pause