Boost logo

Boost-Build :

From: Daniel James (daniel_at_[hidden])
Date: 2004-09-03 06:36:28


There's a small typo in the link action for dmc-tools.jam, patch
attached (changes ernel32.lib => kernel32.lib).

Daniel
 --------------010301060500020308030109 Content-Type: text/x-patch;
name="dmc-tools.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="dmc-tools.patch"

Index: dmc-tools.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v1/dmc-tools.jam,v
retrieving revision 1.2
diff -u -r1.2 dmc-tools.jam
--- dmc-tools.jam 1 Sep 2004 05:37:03 -0000 1.2
+++ dmc-tools.jam 3 Sep 2004 11:28:43 -0000
@@ -68,7 +68,7 @@

actions together dmc-Link-action
{
- "$(DMC_BIN_DIR)$(DMC_LINKER)" $(LINKFLAGS) -delexecutable -noi -implib:"$(<[2])" "$(>)" , "$(<[1])" , NUL , user32.lib ernel32.lib "$(FINDLIBS:S=.lib)" , "$(<[2]:B).def"
+ "$(DMC_BIN_DIR)$(DMC_LINKER)" $(LINKFLAGS) -delexecutable -noi -implib:"$(<[2])" "$(>)" , "$(<[1])" , NUL , user32.lib kernel32.lib "$(FINDLIBS:S=.lib)" , "$(<[2]:B).def"
}

#### Cc #####
 --------------010301060500020308030109--


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk