mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-02-21 18:28:59 +00:00
fixed issue #15: BasiliskII: running an autotools build breaks ability to build with Xcode
This commit is contained in:
parent
51a9eeae76
commit
145ca0c210
@ -1237,10 +1237,10 @@
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"$(BUILT_PRODUCTS_DIR)/SDL2.framework/Headers",
|
||||
../UNIX,
|
||||
../MacOSX,
|
||||
../include,
|
||||
.,
|
||||
../uae_cpu,
|
||||
../UNIX,
|
||||
);
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.7;
|
||||
MTL_ENABLE_DEBUG_INFO = YES;
|
||||
@ -1290,10 +1290,10 @@
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"$(BUILT_PRODUCTS_DIR)/SDL2.framework/Headers",
|
||||
../UNIX,
|
||||
../MacOSX,
|
||||
../include,
|
||||
.,
|
||||
../uae_cpu,
|
||||
../UNIX,
|
||||
);
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.7;
|
||||
MTL_ENABLE_DEBUG_INFO = NO;
|
||||
|
@ -25,7 +25,7 @@
|
||||
#error "Your compiler is not ANSI. Get a real one."
|
||||
#endif
|
||||
|
||||
#include "config.h"
|
||||
#include <config.h>
|
||||
#include "user_strings_unix.h"
|
||||
|
||||
#ifndef STDC_HEADERS
|
||||
|
Loading…
x
Reference in New Issue
Block a user