Drop BeOS compatibility and remove related cruft, including using String.cpp
directly. Fixes the build. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35374 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,13 +1,6 @@
|
|||||||
SubDir HAIKU_TOP src apps stylededit ;
|
SubDir HAIKU_TOP src apps stylededit ;
|
||||||
|
|
||||||
SetSubDirSupportedPlatformsBeOSCompatible ;
|
|
||||||
|
|
||||||
UsePrivateHeaders textencoding ;
|
UsePrivateHeaders textencoding ;
|
||||||
if ! $(TARGET_PLATFORM_HAIKU_COMPATIBLE) {
|
|
||||||
UseHeaders [ FDirName $(HAIKU_TOP) headers os support ] : true ;
|
|
||||||
UseHeaders [ FDirName $(HAIKU_TOP) headers posix ] : true ;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
local styled_edit_rsrc =
|
local styled_edit_rsrc =
|
||||||
[ FGristFiles StyledEdit.rsrc ]
|
[ FGristFiles StyledEdit.rsrc ]
|
||||||
@@ -16,26 +9,13 @@ ResComp $(styled_edit_rsrc) :
|
|||||||
[ FGristFiles StyledEdit.rdef ]
|
[ FGristFiles StyledEdit.rdef ]
|
||||||
;
|
;
|
||||||
|
|
||||||
local styled_edit_files =
|
Application StyledEdit :
|
||||||
ColorMenuItem.cpp
|
ColorMenuItem.cpp
|
||||||
FindWindow.cpp
|
FindWindow.cpp
|
||||||
ReplaceWindow.cpp
|
ReplaceWindow.cpp
|
||||||
StyledEditApp.cpp
|
StyledEditApp.cpp
|
||||||
StyledEditView.cpp
|
StyledEditView.cpp
|
||||||
StyledEditWindow.cpp
|
StyledEditWindow.cpp
|
||||||
;
|
: be translation tracker libtextencoding.so $(TARGET_LIBSUPC++)
|
||||||
|
|
||||||
Objects $(styled_edit_files) ;
|
|
||||||
|
|
||||||
Application StyledEdit :
|
|
||||||
[ FGristFiles $(styled_edit_files:S=$(SUFOBJ)) ]
|
|
||||||
# Haiku String
|
|
||||||
String.cpp
|
|
||||||
strcasestr.c
|
|
||||||
: be translation tracker libtextencoding.so $(TARGET_LIBSUPC++)
|
|
||||||
: $(styled_edit_rsrc)
|
: $(styled_edit_rsrc)
|
||||||
;
|
;
|
||||||
|
|
||||||
SEARCH on <src!apps!stylededit>String.cpp += [ FDirName $(HAIKU_TOP) src kits support ] ;
|
|
||||||
SEARCH on <src!apps!stylededit>strcasestr.c += [ FDirName $(HAIKU_TOP) src system libroot posix string ] ;
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user