mirror of https://github.com/snes9xgit/snes9x.git
Comments
This commit is contained in:
parent
73e9e8e4c3
commit
fbc8e4a936
|
@ -257,6 +257,7 @@ else ifneq (,$(findstring windows_msvc2017,$(platform)))
|
||||||
LIBS += WindowsApp.lib
|
LIBS += WindowsApp.lib
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# Specific to this core
|
||||||
MSVC2017CompileFlags += -D__WIN32__
|
MSVC2017CompileFlags += -D__WIN32__
|
||||||
|
|
||||||
CFLAGS += $(MSVC2017CompileFlags)
|
CFLAGS += $(MSVC2017CompileFlags)
|
||||||
|
|
Loading…
Reference in New Issue