* Fixed libbe_test build for install-test-apps. A few changes are not
in my branch, but in the main trunk. That should do no harm though. * Made LayoutTest1 build for libbe_test and added it to the install-test-apps target. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17982 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -64,7 +64,7 @@ const char *kSpawnAlertMessage = "alert --stop " "'Cannot execute \"%s\":\n"
|
|||||||
* Set environment varriable.
|
* Set environment varriable.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __HAIKU__
|
#if !defined(__HAIKU__) || defined(HAIKU_TARGET_PLATFORM_LIBBE_TEST)
|
||||||
int
|
int
|
||||||
setenv(const char *var, const char *value, bool overwrite)
|
setenv(const char *var, const char *value, bool overwrite)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ SubDir HAIKU_TOP src tests servers registrar ;
|
|||||||
|
|
||||||
SetSubDirSupportedPlatforms libbe_test ;
|
SetSubDirSupportedPlatforms libbe_test ;
|
||||||
|
|
||||||
|
UsePublicHeaders [ FDirName add-ons registrar ] ;
|
||||||
UseArchHeaders $(TARGET_ARCH) ;
|
UseArchHeaders $(TARGET_ARCH) ;
|
||||||
|
|
||||||
|
|
||||||
@@ -83,6 +84,7 @@ Server haiku_registrar
|
|||||||
RosterAppInfo.cpp
|
RosterAppInfo.cpp
|
||||||
RosterSettingsCharStream.cpp
|
RosterSettingsCharStream.cpp
|
||||||
ShutdownProcess.cpp
|
ShutdownProcess.cpp
|
||||||
|
TextSnifferAddon.cpp
|
||||||
TRoster.cpp
|
TRoster.cpp
|
||||||
Watcher.cpp
|
Watcher.cpp
|
||||||
WatchingService.cpp
|
WatchingService.cpp
|
||||||
|
|||||||
Reference in New Issue
Block a user