git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41604 a95241bf-73f2-0310-859d-f6bbb57e9c96
22 lines
346 B
Plaintext
22 lines
346 B
Plaintext
SubDir HAIKU_TOP src apps glteapot ;
|
|
|
|
SetSubDirSupportedPlatformsBeOSCompatible ;
|
|
|
|
Application GLTeapot :
|
|
FPS.cpp
|
|
GLObject.cpp
|
|
ObjectView.cpp
|
|
error.cpp
|
|
TeapotWindow.cpp
|
|
TeapotApp.cpp
|
|
: be GL game $(HAIKU_LOCALE_LIBS) $(TARGET_LIBSUPC++)
|
|
: GLTeapot.rdef
|
|
;
|
|
|
|
DoCatalogs GLTeapot :
|
|
x-vnd.Haiku-GLTeapot
|
|
:
|
|
TeapotApp.cpp
|
|
TeapotWindow.cpp
|
|
;
|