libroot/posix/stdio: Remove unused portions.
[haiku.git] / src / preferences / virtualmemory / Jamfile
blobdf38e7582a84dbcfe300e0a4fa6049c3d8474b82
1 SubDir HAIKU_TOP src preferences virtualmemory ;
3 UsePrivateHeaders shared system ;
5 Preference VirtualMemory :
6         VirtualMemory.cpp
7         SettingsWindow.cpp
8         Settings.cpp
9         $(DRIVER_SETTINGS)
11         : be shared [ TargetLibstdc++ ] localestub
12         : VirtualMemory.rdef
15 if ! $(TARGET_PLATFORM_HAIKU_COMPATIBLE) {
16         SEARCH on [ FGristFiles driver_settings.c ] +=
17                 [ FDirName $(HAIKU_TOP) src system libroot os ] ;
20 DoCatalogs VirtualMemory :
21     x-vnd.Haiku-VirtualMemory
22     :
23     VirtualMemory.cpp
24     SettingsWindow.cpp