Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2006-10-11 15:42:01 -0700 (Wed, 11 Oct 2006)
Revision: 9597
Log message:
Changed the CProgram function to consider LIBS to be the actual library files
(_without_ the extension) that need to be linked in. Also added some hackish
code (not fully tested) for backward compatilility:
- move all strings that start with a "-" from LIBS into LDFLAGS
- tolerate if a file in LIBS already contains an $(EXT_LIB) suffix.
Changes | Path |
+1 -4 | omake-branches/0.9.8.x/doc/src/omake-build-examples.tex |
+21 -4 | omake-branches/0.9.8.x/lib/build/C.om |