xref: /haiku/src/apps/stylededit/Jamfile (revision 51978af14a173e7fae0563b562be5603bc652aeb)
1SubDir OBOS_TOP src apps stylededit ;
2
3UsePrivateHeaders support ;
4
5AddResources StyledEdit :
6	StyledEdit.rdef StyledEdit.icons.rdef StyledEdit.version.rdef
7	;
8
9App StyledEdit :
10	ColorMenuItem.cpp
11	FindWindow.cpp
12	ReplaceWindow.cpp
13	StyledEditApp.cpp
14	StyledEditView.cpp
15	StyledEditWindow.cpp
16	# OBOS textencodings
17	CharacterSet.cpp
18	CharacterSetRoster.cpp
19	character_sets.cpp
20	;
21
22SEARCH on <src!apps!stylededit>CharacterSet.cpp += [ FDirName $(OBOS_TOP) src kits support ] ;
23SEARCH on <src!apps!stylededit>CharacterSetRoster.cpp += [ FDirName $(OBOS_TOP) src kits support ] ;
24SEARCH on <src!apps!stylededit>character_sets.cpp += [ FDirName $(OBOS_TOP) src kits support ] ;
25
26LinkSharedOSLibs StyledEdit : be translation tracker textencoding ;
27