Small tweaks to platform-dependent behaviour

This commit is contained in:
CaiB 2020-05-17 15:14:03 +09:00
parent c6f64773a7
commit b6e9523895
2 changed files with 12 additions and 4 deletions

View file

@ -19,4 +19,5 @@ rem set CC=C:\tcc\i386-win32-tcc.exe
rem set CC=C:\tcc\x86_64-win32-tcc.exe
@echo on
%CC% %CFLAGS% %INCLUDES% %ARCH_SPECIFIC% %SOURCES% %LDFLAGS% -o ..\colorchord.exe
pause
@echo off
pause