forked from panda3d/panda3d
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSources.pp
More file actions
23 lines (17 loc) · 697 Bytes
/
Sources.pp
File metadata and controls
23 lines (17 loc) · 697 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#define BUILD_DIRECTORY $[BUILD_IPHONE]
#define OTHER_LIBS p3interrogatedb:c p3dconfig:c p3dtoolconfig:m \
p3dtoolutil:c p3dtoolbase:c p3dtool:m p3prc:c
#define OSX_SYS_FRAMEWORKS Foundation QuartzCore UIKit OpenGLES
#begin bin_target
#define TARGET iphone_pview
#define OTHER_LIBS $[OTHER_LIBS] p3pystub
#define LOCAL_LIBS \
p3iphonedisplay \
p3framework p3putil p3collide p3pgraph p3chan p3text \
p3pnmimage p3pnmimagetypes p3event p3gobj p3display \
p3mathutil p3putil p3express p3dgraph p3device p3tform \
p3linmath p3pstatclient panda p3glstuff
#define SOURCES \
pview_delegate.h pview_delegate.mm \
pview_main.mm
#end bin_target