Move FISH_BUILD_VERSION from osx/config.h to the pbxproj so that we can build with the generated config.h

This commit is contained in:
ridiculousfish 2013-08-17 15:46:33 -07:00
parent d371af0504
commit 588c520c4a
2 changed files with 3 additions and 1 deletions

View file

@ -1190,6 +1190,7 @@
"DATADIR=L\\\"/usr/local/share\\\"",
"SYSCONFDIR=L\\\"/usr/local/etc\\\"",
"BINDIR=L\\\"/usr/local/bin\\\"",
"FISH_BUILD_VERSION=\\\"2.0.0\\\"",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
@ -1341,6 +1342,7 @@
"DATADIR=L\\\"/usr/local/share\\\"",
"SYSCONFDIR=L\\\"/usr/local/etc\\\"",
"BINDIR=L\\\"/usr/local/bin\\\"",
"FISH_BUILD_VERSION=\\\"2.0.0\\\"",
);
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
@ -1368,6 +1370,7 @@
"DATADIR=L\\\"/usr/local/share\\\"",
"SYSCONFDIR=L\\\"/usr/local/etc\\\"",
"BINDIR=L\\\"/usr/local/bin\\\"",
"FISH_BUILD_VERSION=\\\"2.0.0\\\"",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;

View file

@ -193,7 +193,6 @@
/* Define to the version of this package. */
#define PACKAGE_VERSION "2.0.0"
#define FISH_BUILD_VERSION PACKAGE_VERSION
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1