fixes build for haiku
updated signature git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13482 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -2,7 +2,8 @@ SubDir OBOS_TOP src apps terminal MYOB ;
|
||||
|
||||
AddResources Terminal : Terminal.rsrc ;
|
||||
|
||||
App Terminal : AboutWindow.cpp
|
||||
App Terminal :
|
||||
AboutWindow.cpp
|
||||
AppearPrefView.cpp
|
||||
CodeConv.cpp
|
||||
CurPos.cpp
|
||||
@@ -22,7 +23,12 @@ App Terminal : AboutWindow.cpp
|
||||
UTF8WidthTbl.c
|
||||
VTKeyTbl.c
|
||||
VTPrsTbl.c
|
||||
: be tracker textencoding game
|
||||
: Terminal.rdef Terminal.icons.rdef Terminal.version.rdef
|
||||
;
|
||||
|
||||
LinkSharedOSLibs Terminal : be tracker textencoding game ;
|
||||
if $(TARGET_PLATFORM) = haiku {
|
||||
# link for Haiku
|
||||
|
||||
LinkSharedOSLibs Terminal : libroot.so ;
|
||||
}
|
||||
|
||||
@@ -3,11 +3,7 @@
|
||||
**
|
||||
*/
|
||||
|
||||
/* BEOS:APP_SIG :
|
||||
application:/x-vnd.obos.app-name
|
||||
*/
|
||||
|
||||
resource app_signature "application/x-vnd.obos.terminal";
|
||||
resource app_signature "application/x-vnd.Haiku-Terminal";
|
||||
|
||||
/* BEOS:APP_FLAGS :
|
||||
00000000 = SINGLE LAUNCH
|
||||
|
||||
Reference in New Issue
Block a user