xref: /haiku/src/apps/stylededit/Jamfile (revision 37b835fc06c41882bead48b50f884bb3521fcb73)
121fc772dSshattySubDir OBOS_TOP src apps stylededit ;
221fc772dSshatty
3519a8c18SshattyUsePrivateHeaders textencoding ;
446555d8fSshatty
53589bfc6SshattyAddResources StyledEdit :
68377310bSmahlzeit	StyledEdit.rdef StyledEdit.icons.rdef StyledEdit.version.rdef
73589bfc6Sshatty	;
821fc772dSshatty
9e6903129SshattyApp StyledEdit :
10e6903129Sshatty	ColorMenuItem.cpp
1121fc772dSshatty	FindWindow.cpp
1221fc772dSshatty	ReplaceWindow.cpp
1321fc772dSshatty	StyledEditApp.cpp
1421fc772dSshatty	StyledEditView.cpp
15e6903129Sshatty	StyledEditWindow.cpp
1633ae6686Sshatty	# OBOS String
1733ae6686Sshatty	String.cpp
1833ae6686Sshatty	string_helper.cpp
19e6903129Sshatty	;
2021fc772dSshatty
2133ae6686SshattySEARCH on <src!apps!stylededit>String.cpp += [ FDirName $(OBOS_TOP) src kits support ] ;
2233ae6686SshattySEARCH on <src!apps!stylededit>string_helper.cpp += [ FDirName $(OBOS_TOP) src kits support ] ;
2321fc772dSshatty
24*37b835fcSStefano CeccheriniLinkSharedOSLibs StyledEdit : be translation tracker libtextencoding.so ;
25