mirror of
https://github.com/libretro/FBNeo.git
synced 2024-11-26 18:40:26 +00:00
mamefile.mamemingw. fix for string weirdness and depend can frig off
This commit is contained in:
parent
6855224190
commit
29687578f7
@ -10,11 +10,6 @@ unexport
|
||||
# Flags. Uncomment any of these declarations to enable their function.
|
||||
#
|
||||
|
||||
# Check for changes in header files, but not if we want to skip the depend step
|
||||
ifndef SKIPDEPEND
|
||||
DEPEND = 1
|
||||
endif
|
||||
|
||||
#
|
||||
# Declare variables
|
||||
#
|
||||
@ -185,6 +180,10 @@ CXXFLAGS = -pipe \
|
||||
-Wno-unused-but-set-variable -Wno-sequence-point -Wno-narrowing -Wno-extra \
|
||||
$(DEF) $(incdir)
|
||||
|
||||
#return back to msvcrt-style swprintf
|
||||
CFLAGS += -D__USE_MINGW_ANSI_STDIO=0
|
||||
CXXFLAGS += -D__USE_MINGW_ANSI_STDIO=0
|
||||
|
||||
ifdef BUILD_X64_EXE
|
||||
CFLAGS += -m64
|
||||
CXXFLAGS += -m64
|
||||
|
Loading…
Reference in New Issue
Block a user