Parent Directory
|
Revision Log
Links to HEAD: | (view) (annotate) |
Sticky Revision: |
Hack an install target for OSDK binaries FIXME: rules.mk should be included at the bottom of makefiles TODO: install documentation and everything else as well
Some Haiku tweaks No libm, and libncurses instead of libcurses.
Remove hardcoded -lm, make it overrideable Haiku has math stuff in libroot.
Make some libs and C++ std overrideable On Haiku we need -lncurses instead, for example.
Also link to libstdc++ when using libcommon.a
Use CXXFLAGS instead of CPPFLAGS
Defined POSIX in rules.mk
Makefile for most of the dev tools ; POSIX fixes
Also make sure RANLIB is defined for *nix.
define RANLIB
Add some *nix required stuff * Add curses library to things using libcommon. * Define __cdecl to nothing for *nix.
Add some defines * Add WIN32 for win32 builds * add [_N]DEBUG depending on $(RELEASE)
Add a global rule files * this will be included by other makefiles * add required machinery to support cross-compiling with mingw32.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
ViewVC Help | |
Powered by ViewVC 1.1.26 |