xref: /haiku/src/apps/stylededit/Jamfile (revision 836233064701f02985ba0d21e3e269ac2e1c5cc1)
1338b8dc3SIngo WeinholdSubDir HAIKU_TOP src apps stylededit ;
221fc772dSshatty
35376b695SJérôme DuvalSetSubDirSupportedPlatformsBeOSCompatible ;
45376b695SJérôme Duval
5519a8c18SshattyUsePrivateHeaders textencoding ;
6da0f9ae0SIngo Weinholdif ! $(TARGET_PLATFORM_HAIKU_COMPATIBLE) {
75376b695SJérôme Duval	UseHeaders [ FDirName $(HAIKU_TOP) headers os support ] : true ;
85376b695SJérôme Duval	UseHeaders [ FDirName $(HAIKU_TOP) headers posix ] : true ;
95376b695SJérôme Duval}
105376b695SJérôme Duval
1146555d8fSshatty
12f23d8db8Sshattylocal styled_edit_rsrc =
13f23d8db8Sshatty	[ FGristFiles StyledEdit.rsrc ]
14f23d8db8Sshatty	;
15f23d8db8SshattyResComp $(styled_edit_rsrc) :
16*83623306SJonas Sundström	[ FGristFiles StyledEdit.rdef ]
173589bfc6Sshatty	;
1821fc772dSshatty
19f23d8db8Sshattylocal styled_edit_files =
20e6903129Sshatty	ColorMenuItem.cpp
2121fc772dSshatty	FindWindow.cpp
2221fc772dSshatty	ReplaceWindow.cpp
2321fc772dSshatty	StyledEditApp.cpp
2421fc772dSshatty	StyledEditView.cpp
25e6903129Sshatty	StyledEditWindow.cpp
26f23d8db8Sshatty	;
27f23d8db8Sshatty
28f23d8db8SshattyObjects $(styled_edit_files) ;
29f23d8db8Sshatty
30338b8dc3SIngo WeinholdApplication StyledEdit :
31f23d8db8Sshatty	[ FGristFiles $(styled_edit_files:S=$(SUFOBJ)) ]
328c123e6dSMichael Lotz	# Haiku String
3333ae6686Sshatty	String.cpp
348c123e6dSMichael Lotz	strcasestr.c
3516d5c24eSOliver Tappe        : be translation tracker libtextencoding.so $(TARGET_LIBSUPC++)
36338b8dc3SIngo Weinhold	: $(styled_edit_rsrc)
37e6903129Sshatty	;
3821fc772dSshatty
39338b8dc3SIngo WeinholdSEARCH on <src!apps!stylededit>String.cpp += [ FDirName $(HAIKU_TOP) src kits support ] ;
40338b8dc3SIngo WeinholdSEARCH on <src!apps!stylededit>strcasestr.c += [ FDirName $(HAIKU_TOP) src system libroot posix string ] ;
4121fc772dSshatty
42