From: <sg...@us...> - 2007-10-28 03:41:26
|
Revision: 105 http://toc.svn.sourceforge.net/toc/?rev=105&view=rev Author: sgbeal Date: 2007-10-27 20:41:29 -0700 (Sat, 27 Oct 2007) Log Message: ----------- re-ordered flags for .BIN rules to fix link with static libs Modified Paths: -------------- make-book/trunk/code/ShakeNMake/shake-n-make.make Modified: make-book/trunk/code/ShakeNMake/shake-n-make.make =================================================================== --- make-book/trunk/code/ShakeNMake/shake-n-make.make 2007-10-21 01:22:05 UTC (rev 104) +++ make-book/trunk/code/ShakeNMake/shake-n-make.make 2007-10-28 03:41:29 UTC (rev 105) @@ -450,8 +450,8 @@ $$(CFLAGS) $$($(1).BIN.CFLAGS) \ $$(CXXFLAGS) $$($(1).BIN.CXXFLAGS) \ $$(CPPFLAGS) $$($(1).BIN.CPPFLAGS) \ - $$(LDFLAGS) $$($(1).BIN.LDFLAGS) \ - $$($(1).BIN.OBJECTS) $$($(1).BIN.SOURCES) + $$($(1).BIN.OBJECTS) $$($(1).BIN.SOURCES) \ + $$(LDFLAGS) $$($(1).BIN.LDFLAGS) # note about 'set -x': i do this because it normalizes backslashed # newline, extra spaces, and other oddities of formatting. endef This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |