mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
made libflac possible to compile under xcode, and simplify for other (nw)
This commit is contained in:
parent
9560f3a886
commit
dc35f927f7
1
3rdparty/libflac/src/libFLAC/include/config.h
vendored
Normal file
1
3rdparty/libflac/src/libFLAC/include/config.h
vendored
Normal file
@ -0,0 +1 @@
|
||||
#define VERSION "1.2.1"
|
@ -172,15 +172,10 @@ project "flac"
|
||||
"_LARGEFILE_SOURCE",
|
||||
"_FILE_OFFSET_BITS=64",
|
||||
"FLAC__HAS_OGG=0",
|
||||
"HAVE_CONFIG_H=1",
|
||||
}
|
||||
configuration { "vs*" }
|
||||
defines {
|
||||
"VERSION=\"1.2.1\""
|
||||
}
|
||||
configuration { "gmake" }
|
||||
defines {
|
||||
"VERSION=\\\"1.2.1\\\""
|
||||
}
|
||||
|
||||
configuration { "gmake"}
|
||||
buildoptions_c {
|
||||
"-Wno-unused-function",
|
||||
"-O0",
|
||||
|
Loading…
Reference in New Issue
Block a user