mirror of
https://github.com/quantum5/MusicKeyboard.git
synced 2025-04-24 13:11:58 -04:00
Attempt to build on MinGW
This commit is contained in:
parent
c8a835e83f
commit
cca2afea69
|
@ -6,7 +6,7 @@ CXX=$(KROSS)g++
|
|||
RC=$(KROSS)windres
|
||||
|
||||
LINK = $(CXX)
|
||||
CFLAGS = -O3 -Iinclude -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -DWINVER=0x0501 -D_WIN32_WINNT=0x0501
|
||||
CFLAGS = -O3 -Iinclude -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -DWINVER=0x0601 -D_WIN32_WINNT=0x0601
|
||||
RCFLAGS = -Iinclude
|
||||
LDFLAGS = -s -static -static-libstdc++ -mwindows
|
||||
|
||||
|
|
Loading…
Reference in a new issue