made libflac possible to compile under xcode, and simplify for other (nw)

This commit is contained in:
Miodrag Milanovic 2015-04-17 11:24:33 +02:00
parent 9560f3a886
commit dc35f927f7
2 changed files with 4 additions and 8 deletions

View file

@ -0,0 +1 @@
#define VERSION "1.2.1"

View file

@ -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\\\""
}
buildoptions_c {
"-Wno-unused-function",
"-O0",