Some speedup for macosx build

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@259 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2008-10-15 13:29:34 +00:00
parent 9434f76dfd
commit 99d485210c
7 changed files with 2760 additions and 2 deletions

9
Grafx2_Prefix.pch Normal file
View File

@@ -0,0 +1,9 @@
//
// Prefix header for all source files of the 'Grafx2' target in the 'Grafx2' project
//
#include "SDL.h"
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#endif