mirror of https://github.com/snes9xgit/snes9x.git
Remove linker warnings
This commit is contained in:
parent
247699123c
commit
73e9e8e4c3
|
@ -257,6 +257,8 @@ else ifneq (,$(findstring windows_msvc2017,$(platform)))
|
||||||
LIBS += WindowsApp.lib
|
LIBS += WindowsApp.lib
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
MSVC2017CompileFlags += -D__WIN32__
|
||||||
|
|
||||||
CFLAGS += $(MSVC2017CompileFlags)
|
CFLAGS += $(MSVC2017CompileFlags)
|
||||||
CXXFLAGS += $(MSVC2017CompileFlags)
|
CXXFLAGS += $(MSVC2017CompileFlags)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue