Merge pull request #81 from JINODK/JINODK-windows-compile
Update compile.bat
This commit is contained in:
commit
8e628ab602
|
@ -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