mirror of
https://github.com/holub/mame
synced 2025-05-02 20:46:41 +03:00
add support to compile windows builds with gcc 4.8.2 x64 only produce working code (nw)
This commit is contained in:
parent
37f4ca826f
commit
6b25cfe5a8
@ -285,6 +285,9 @@ endif
|
|||||||
ifeq ($(findstring 4.7.,$(TEST_GCC)),4.7.)
|
ifeq ($(findstring 4.7.,$(TEST_GCC)),4.7.)
|
||||||
CCOMFLAGS += -Wno-narrowing -Wno-attributes
|
CCOMFLAGS += -Wno-narrowing -Wno-attributes
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(findstring 4.8.,$(TEST_GCC)),4.8.)
|
||||||
|
CCOMFLAGS += -Wno-narrowing -Wno-attributes -Wno-unused-local-typedefs
|
||||||
|
endif
|
||||||
# add the windows libraries
|
# add the windows libraries
|
||||||
LIBS += -luser32 -lgdi32 -ldsound -ldxguid -lwinmm -ladvapi32 -lcomctl32 -lshlwapi -lwsock32
|
LIBS += -luser32 -lgdi32 -ldsound -ldxguid -lwinmm -ladvapi32 -lcomctl32 -lshlwapi -lwsock32
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user