[tiger] Don't need these parts.
Also had to move glew up to for early compilation.
This commit is contained in:
@@ -5943,6 +5943,7 @@
|
|||||||
isa = PBXSourcesBuildPhase;
|
isa = PBXSourcesBuildPhase;
|
||||||
buildActionMask = 2147483647;
|
buildActionMask = 2147483647;
|
||||||
files = (
|
files = (
|
||||||
|
B7B0914B1393481B00C33E6B /* glew.c in Sources */,
|
||||||
AA29CD520558741A00961A51 /* RageUtil.cpp in Sources */,
|
AA29CD520558741A00961A51 /* RageUtil.cpp in Sources */,
|
||||||
AA29CD420558741A00961A51 /* RageBitmapTexture.cpp in Sources */,
|
AA29CD420558741A00961A51 /* RageBitmapTexture.cpp in Sources */,
|
||||||
AA29CD430558741A00961A51 /* RageDisplay.cpp in Sources */,
|
AA29CD430558741A00961A51 /* RageDisplay.cpp in Sources */,
|
||||||
@@ -6367,7 +6368,6 @@
|
|||||||
B75CE3B6137963350076A82D /* SongPosition.cpp in Sources */,
|
B75CE3B6137963350076A82D /* SongPosition.cpp in Sources */,
|
||||||
2B9C2E8D137A138B004C92F3 /* NotesLoaderJson.cpp in Sources */,
|
2B9C2E8D137A138B004C92F3 /* NotesLoaderJson.cpp in Sources */,
|
||||||
2B9C2E8F137A138B004C92F3 /* NotesWriterJson.cpp in Sources */,
|
2B9C2E8F137A138B004C92F3 /* NotesWriterJson.cpp in Sources */,
|
||||||
B7B0914B1393481B00C33E6B /* glew.c in Sources */,
|
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -4,9 +4,3 @@
|
|||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
# include "global.h"
|
# include "global.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __OBJC__
|
|
||||||
// Cocoa includes OpenGL from Mac OS X 10.5 onward.
|
|
||||||
# import <GL/glew.h>
|
|
||||||
# import <Cocoa/Cocoa.h>
|
|
||||||
#endif
|
|
||||||
|
|||||||
Reference in New Issue
Block a user