* install-test-apps is now running through again.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42785 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
SubDir HAIKU_TOP src add-ons accelerants common ;
|
SubDir HAIKU_TOP src add-ons accelerants common ;
|
||||||
|
|
||||||
SetSubDirSupportedPlatformsBeOSCompatible ;
|
SetSubDirSupportedPlatformsBeOSCompatible ;
|
||||||
|
SetSubDirSupportedPlatforms libbe_test ;
|
||||||
|
|
||||||
UsePrivateHeaders graphics ;
|
UsePrivateHeaders graphics ;
|
||||||
UsePrivateHeaders [ FDirName graphics radeon ] ;
|
UsePrivateHeaders [ FDirName graphics radeon ] ;
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ SimpleTest TestApp_Clock :
|
|||||||
cl_view.cpp
|
cl_view.cpp
|
||||||
cl_wind.cpp
|
cl_wind.cpp
|
||||||
clock.cpp
|
clock.cpp
|
||||||
: be $(TARGET_LIBSUPC++)
|
: be $(HAIKU_LOCALE_LIBS) $(TARGET_LIBSUPC++)
|
||||||
: Clock.rdef
|
: Clock.rdef
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
@@ -113,8 +113,7 @@ Server test_registrar
|
|||||||
|
|
||||||
R5Compatibility.cpp
|
R5Compatibility.cpp
|
||||||
:
|
:
|
||||||
be
|
be $(HAIKU_LOCALE_LIBS) $(TARGET_LIBSTDC++)
|
||||||
$(TARGET_LIBSTDC++)
|
|
||||||
:
|
:
|
||||||
registrar.rdef
|
registrar.rdef
|
||||||
;
|
;
|
||||||
|
|||||||
Reference in New Issue
Block a user