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:
parent
6cb79662a5
commit
82450360bb
@ -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 scrolling ;
|
||||
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 interface ] ;
|
||||
|
||||
SimpleTest Window :
|
||||
SimpleTest Playground :
|
||||
main.cpp
|
||||
;
|
||||
|
||||
if ( $(TARGET_PLATFORM) = haiku ) {
|
||||
# for running natively under R5 or Haiku:
|
||||
LinkSharedOSLibs Window :
|
||||
LinkSharedOSLibs Playground :
|
||||
libbe.so ;
|
||||
} else {
|
||||
# for running in the Haiku app_server under R5:
|
||||
LinkSharedOSLibs Window :
|
||||
LinkSharedOSLibs Playground :
|
||||
<boot!home!config!lib>libopenbeos.so ;
|
||||
# be ;
|
||||
}
|
||||
|
@ -4,4 +4,4 @@
|
||||
sleep 1s
|
||||
../../../../../distro/x86.R1/beos/system/servers/obos_registrar &
|
||||
sleep 1s
|
||||
../../../../../tests/servers/app/windows/Window
|
||||
../../../../../tests/servers/app/playground/Playground
|
||||
|
Loading…
x
Reference in New Issue
Block a user