Resolved linker errors, now able to cross-compile the OSX framework and iOS library from the same source

--HG--
extra : convert_revision : svn%3A7752d6cf-9f14-4ad2-affc-04f1e67b81a5/trunk%4016
This commit is contained in:
kearwood
2012-03-15 23:58:37 +00:00
parent bb38ede18e
commit d43989cd88
21 changed files with 95 additions and 58 deletions

View File

@@ -31,10 +31,6 @@
#import <UIKit/UIKit.h>
#import <OpenGLES/EAGL.h>
#import <OpenGLES/ES2/gl.h>
#import <OpenGLES/ES2/glext.h>
#import <KREngine.h>
#import <KRVector3.h>
#import <KRScene.h>

View File

@@ -31,7 +31,7 @@
#import "KRObjViewGLView.h"
#import <OpenGLES/EAGLDrawable.h>
#import <QuartzCore/QuartzCore.h>
@implementation KRObjViewGLView