libroot/posix/stdio: Remove unused portions.
[haiku.git] / build / jam / UserBuildConfig.sample
blob231902d97c68780200e5f0309b04212699b79ba1
1 # Quick start file for UserBuildConfig. Copy it and uncomment and edit the
2 # lines you want. See UserBuildConfig.ReadMe for details.
4 # Specify image size in MB.
5 #HAIKU_IMAGE_SIZE       = 100 ;
7 # Install Haiku in directory /Haiku.
8 #HAIKU_INSTALL_DIR = /Haiku ;
10 # Install Haiku on device /dev/sda57. Be sure you know what you're doing!
11 #HAIKU_IMAGE_DIR        = /dev ;
12 #HAIKU_IMAGE_NAME       = sda57 ;
13 #HAIKU_DONT_CLEAR_IMAGE = 1 ;
16 # Enable debugging for directory src/system/boot/loader recursively.
17 #SetConfigVar DEBUG : HAIKU_TOP src system boot loader : 1 : global ;
20 # Add default Locale settings skipping FirstBootPrompt
21 #AddFilesToHaikuImage home config settings
22 #       : $(HAIKU_TOP)/data/settings/first_boot/Locale\ settings ;
24 # Add symlink/file (keymap settings) to the image.
25 #AddFilesToHaikuImage home config settings : <keymap>US-International
26 #       : Key_map ;
28 # Copy artwork to the image.
29 #CopyDirectoryToHaikuImage home Desktop : $(HAIKU_TOP)/data/artwork : : -x .svn ;
32 # Add the optional package WonderBrush to the image.
33 #AddHaikuImagePackages WonderBrush ;
35 # Add an example optional gfx driver and its accelerant.
36 # (Drivers just have a special rule because of the need for the symlink in dev/)
37 #AddDriversToHaikuImage graphics : optional_driver ;
38 #AddFilesToHaikuImage system add-ons accelerants : optional_driver.accelerant ;