xref: /haiku/src/preferences/virtualmemory/Jamfile (revision 62f29d9e0f95d8d445f92ff3bfaec0fe5ab12aa8)
1SubDir HAIKU_TOP src preferences virtualmemory ;
2
3Preference VirtualMemory :
4	VirtualMemory.cpp
5	SettingsWindow.cpp
6	Settings.cpp
7	$(DRIVER_SETTINGS)
8
9	: be $(TARGET_LIBSTDC++) liblocale.so
10	: VirtualMemory.rdef
11	;
12
13if ! $(TARGET_PLATFORM_HAIKU_COMPATIBLE) {
14	SEARCH on [ FGristFiles driver_settings.c ] +=
15		[ FDirName $(HAIKU_TOP) src system libroot os ] ;
16}
17
18DoCatalogs VirtualMemory :
19    x-vnd.Haiku-VirtualMemory
20    :
21    VirtualMemory.cpp
22    SettingsWindow.cpp
23    : en.catalog
24	: nl.catkeys
25    ;
26