Skip to content

Commit

Permalink
Merge pull request #81 from JINODK/JINODK-windows-compile
Browse files Browse the repository at this point in the history
Update compile.bat
  • Loading branch information
cnlohr authored Dec 18, 2018
2 parents 9c3e841 + 00c353e commit 8e628ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion colorchord2/windows/compile.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8e628ab

Please sign in to comment.