updated build for playground
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12698 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -4,4 +4,4 @@ SubInclude OBOS_TOP src tests servers app copy_bits ;
|
|||||||
SubInclude OBOS_TOP src tests servers app painter ;
|
SubInclude OBOS_TOP src tests servers app painter ;
|
||||||
SubInclude OBOS_TOP src tests servers app scrolling ;
|
SubInclude OBOS_TOP src tests servers app scrolling ;
|
||||||
SubInclude OBOS_TOP src tests servers app textview ;
|
SubInclude OBOS_TOP src tests servers app textview ;
|
||||||
SubInclude OBOS_TOP src tests servers app windows ;
|
SubInclude OBOS_TOP src tests servers app playground ;
|
||||||
|
|||||||
@@ -1,19 +1,19 @@
|
|||||||
SubDir OBOS_TOP src tests servers app windows ;
|
SubDir OBOS_TOP src tests servers app playground ;
|
||||||
|
|
||||||
UseHeaders [ FDirName os app ] ;
|
UseHeaders [ FDirName os app ] ;
|
||||||
UseHeaders [ FDirName os interface ] ;
|
UseHeaders [ FDirName os interface ] ;
|
||||||
|
|
||||||
SimpleTest Window :
|
SimpleTest Playground :
|
||||||
main.cpp
|
main.cpp
|
||||||
;
|
;
|
||||||
|
|
||||||
if ( $(TARGET_PLATFORM) = haiku ) {
|
if ( $(TARGET_PLATFORM) = haiku ) {
|
||||||
# for running natively under R5 or Haiku:
|
# for running natively under R5 or Haiku:
|
||||||
LinkSharedOSLibs Window :
|
LinkSharedOSLibs Playground :
|
||||||
libbe.so ;
|
libbe.so ;
|
||||||
} else {
|
} else {
|
||||||
# for running in the Haiku app_server under R5:
|
# for running in the Haiku app_server under R5:
|
||||||
LinkSharedOSLibs Window :
|
LinkSharedOSLibs Playground :
|
||||||
<boot!home!config!lib>libopenbeos.so ;
|
<boot!home!config!lib>libopenbeos.so ;
|
||||||
# be ;
|
# be ;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,4 +4,4 @@
|
|||||||
sleep 1s
|
sleep 1s
|
||||||
../../../../../distro/x86.R1/beos/system/servers/obos_registrar &
|
../../../../../distro/x86.R1/beos/system/servers/obos_registrar &
|
||||||
sleep 1s
|
sleep 1s
|
||||||
../../../../../tests/servers/app/windows/Window
|
../../../../../tests/servers/app/playground/Playground
|
||||||
|
|||||||
Reference in New Issue
Block a user