HaikuDepot: notify work status from main window
[haiku.git] / src / apps / magnify / Jamfile
blob202c8fef1dc0e63296d0c050f1535e43ec88c42b
1 SubDir HAIKU_TOP src apps magnify ;
3 SetSubDirSupportedPlatformsBeOSCompatible ;
5 AddSubDirSupportedPlatforms libbe_test ;
7 UsePrivateHeaders shared ;
9 Application Magnify :
10         Magnify.cpp
11         : be game localestub [ TargetLibsupc++ ] tracker translation
12         : Magnify.rdef
15 DoCatalogs Magnify :
16         x-vnd.Haiku-Magnify
17         :
18         Magnify.cpp
21 if $(TARGET_PLATFORM) = libbe_test {
22         HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : Magnify
23                 : tests!apps ;