xref: /haiku/src/apps/stylededit/Jamfile (revision 33ae6686c2b6bcde295b546b125fe0c9c55cb81b)
121fc772dSshattySubDir OBOS_TOP src apps stylededit ;
221fc772dSshatty
346555d8fSshattyUsePrivateHeaders support ;
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
1646555d8fSshatty	# OBOS textencodings
1746555d8fSshatty	CharacterSet.cpp
1846555d8fSshatty	CharacterSetRoster.cpp
1946555d8fSshatty	character_sets.cpp
20*33ae6686Sshatty	# OBOS String
21*33ae6686Sshatty	String.cpp
22*33ae6686Sshatty	string_helper.cpp
23e6903129Sshatty	;
2421fc772dSshatty
2546555d8fSshattySEARCH on <src!apps!stylededit>CharacterSet.cpp += [ FDirName $(OBOS_TOP) src kits support ] ;
2646555d8fSshattySEARCH on <src!apps!stylededit>CharacterSetRoster.cpp += [ FDirName $(OBOS_TOP) src kits support ] ;
2746555d8fSshattySEARCH on <src!apps!stylededit>character_sets.cpp += [ FDirName $(OBOS_TOP) src kits support ] ;
28*33ae6686SshattySEARCH on <src!apps!stylededit>String.cpp += [ FDirName $(OBOS_TOP) src kits support ] ;
29*33ae6686SshattySEARCH on <src!apps!stylededit>string_helper.cpp += [ FDirName $(OBOS_TOP) src kits support ] ;
3021fc772dSshatty
3146555d8fSshattyLinkSharedOSLibs StyledEdit : be translation tracker textencoding ;
32