From 04d4a6d9c2ab08246813da0ede46ba132f2c73ed Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Sat, 31 Oct 2009 08:31:12 +0000 Subject: tests: Minor build fix git-svn-id: http://pugixml.googlecode.com/svn/trunk@199 99668b35-9821-0410-8761-19e4c4f06640 --- Jamrules.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jamrules.jam b/Jamrules.jam index ed9c32c..f72de45 100644 --- a/Jamrules.jam +++ b/Jamrules.jam @@ -152,7 +152,7 @@ else if ( $(toolset:I=^dmc) ) actions ObjectAction { - "%$(toolset)_PATH%\bin\dmc.exe" -c -f -wx $(>) -o$(<) $(CCFLAGS) + "%$(toolset)_PATH%\bin\dmc.exe" -c -f -I%$(toolset)_PATH%\stlport\stlport -wx $(>) -o$(<) $(CCFLAGS) } actions LibraryAction -- cgit v1.2.3