mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-24 10:32:32 +00:00
fixed issue #20: GTK preference UI was broken in both Linux and Mac OS X
This commit is contained in:
parent
1983aa1652
commit
dbd997fa47
@ -1227,6 +1227,7 @@
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"$(inherited)",
|
||||
HAVE_CONFIG_H,
|
||||
"USE_XCODE=1",
|
||||
"DEBUG=1",
|
||||
);
|
||||
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
||||
@ -1281,6 +1282,7 @@
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"$(inherited)",
|
||||
HAVE_CONFIG_H,
|
||||
"USE_XCODE=1",
|
||||
);
|
||||
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
||||
|
@ -1,6 +1,13 @@
|
||||
/* config.h. Generated from config.h.in by configure. */
|
||||
/* config.h.in. Generated from configure.ac by autoheader. */
|
||||
|
||||
#if ! USE_XCODE
|
||||
// HACK, dludwig@pobox.com: Unless we are building with Xcode, use the
|
||||
// config.h file that Autotools generates. This is located in
|
||||
// BasiliskII/src/Unix/
|
||||
#include "../Unix/config.h"
|
||||
#else
|
||||
|
||||
/* Define if building universal (internal helper macro) */
|
||||
/* #undef AC_APPLE_UNIVERSAL_BUILD */
|
||||
|
||||
@ -811,3 +818,4 @@
|
||||
#define FPU_UAE 1
|
||||
//#define FPU_IMPLEMENTATION 1
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user