Files
haiku-beta6/src/apps/glteapot/Jamfile
T
Joachim Seemer 74ab6008bd Localized GLTeapot with a patch by taos. Removed unnecessary 'locale' again from Mandelbrot Jamfile. +alpha3
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41604 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-20 16:28:11 +00:00

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
;