haiku/src/build
John Scipione 19a18af35e Convert fs_host files from c back to cpp and style changes.
* fs_darwin.c => fs_darwin.cpp
* fs_freebsd.c => fs_freebsd.cpp
* use bool instead of int again in fs_darwin.cpp (C => C++)
* declare loop varibles inline again in fs_freebsd.cpp (C => C++)
* 2 newlines between top header gaurd and first #include
* 2 newlines after last #include
* freebsd/endian.h and freebsd/regex.h convert \r\n to just \n
* remove some leading tabs in fs_freebsd.cpp
* add newlines after single line if statement in fs_freebsd.cpp
* 80-char limit fixes in fs_freebsd.cpp
2012-08-13 18:51:59 -04:00
..
libbe Remove libbe_build linking m from earlier commit and add -lm to HOST_LINK_FLAGS on non BeOS compatible platforms. 2011-12-11 00:45:44 +01:00
libhaikucompat Make use of the UsePrivateBuildHeaders rule. 2011-06-14 00:51:52 +00:00
libpackage Add class BPackageInfoContentHandler 2011-11-25 06:19:48 +01:00
libroot Convert fs_host files from c back to cpp and style changes. 2012-08-13 18:51:59 -04:00
libshared Added several APIs to libbe_build/libshared_build 2011-11-25 06:17:33 +01:00
Jamfile Build libpackage for the build platform 2011-11-25 06:17:34 +01:00