[Xcode4] LowLevelWindow behaves.
Well...with clang anyway. That's the compiler Apple wishes to go with, so may as well support it. Glew is the only thing left it looks like.
This commit is contained in:
@@ -7167,7 +7167,7 @@
|
||||
ONLY_LINK_ESSENTIAL_SYMBOLS = YES;
|
||||
PREBINDING = NO;
|
||||
PRESERVE_DEAD_CODE_INITS_AND_TERMS = YES;
|
||||
SDKROOT_i386 = /Developer/SDKs/MacOSX10.4u.sdk;
|
||||
SDKROOT_i386 = /Developer/SDKs/MacOSX10.5.sdk;
|
||||
SHARED_PRECOMPS_DIR = "/Library/Caches/com.apple.Xcode.$(UID)/SharedPrecompiledHeaders/$(PRODUCT_NAME)/$(CONFIGURATION)";
|
||||
STRIP_INSTALLED_PRODUCT = NO;
|
||||
STRIP_STYLE = "non-global";
|
||||
@@ -7560,7 +7560,7 @@
|
||||
ONLY_LINK_ESSENTIAL_SYMBOLS = YES;
|
||||
PREBINDING = NO;
|
||||
PRESERVE_DEAD_CODE_INITS_AND_TERMS = YES;
|
||||
SDKROOT_i386 = /Developer/SDKs/MacOSX10.4u.sdk;
|
||||
SDKROOT_i386 = /Developer/SDKs/MacOSX10.5.sdk;
|
||||
SHARED_PRECOMPS_DIR = "/Library/Caches/com.apple.Xcode.$(UID)/SharedPrecompiledHeaders/$(PRODUCT_NAME)/$(CONFIGURATION)";
|
||||
STRIP_INSTALLED_PRODUCT = YES;
|
||||
STRIP_STYLE = "non-global";
|
||||
@@ -7895,7 +7895,7 @@
|
||||
ONLY_LINK_ESSENTIAL_SYMBOLS = YES;
|
||||
PREBINDING = NO;
|
||||
PRESERVE_DEAD_CODE_INITS_AND_TERMS = YES;
|
||||
SDKROOT_i386 = /Developer/SDKs/MacOSX10.4u.sdk;
|
||||
SDKROOT_i386 = /Developer/SDKs/MacOSX10.5.sdk;
|
||||
SHARED_PRECOMPS_DIR = "/Library/Caches/com.apple.Xcode.$(UID)/SharedPrecompiledHeaders/$(PRODUCT_NAME)/$(CONFIGURATION)";
|
||||
STRIP_INSTALLED_PRODUCT = YES;
|
||||
STRIP_STYLE = "non-global";
|
||||
|
||||
@@ -8,7 +8,11 @@
|
||||
typedef const struct __CFDictionary *CFDictionaryRef;
|
||||
/* XXX: This was changed to a uint32_t later and its header file cannot be included
|
||||
* since Style conflicts. Ugh. */
|
||||
#if __APPLE_CC__ < 5621
|
||||
typedef struct _CGDirectDisplayID *CGDirectDisplayID;
|
||||
#else
|
||||
typedef uint32_t *CGDirectDisplayID;
|
||||
#endif
|
||||
|
||||
class LowLevelWindow_MacOSX : public LowLevelWindow
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user