summaryrefslogtreecommitdiff
path: root/Jamrules.jam
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2009-10-31 08:31:12 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2009-10-31 08:31:12 +0000
commit04d4a6d9c2ab08246813da0ede46ba132f2c73ed (patch)
treeada76610f40ab26c2f8dffb959c356a0b53502e5 /Jamrules.jam
parent3bf16e10b40b992c10d5ed965830b483357df63f (diff)
tests: Minor build fix
git-svn-id: http://pugixml.googlecode.com/svn/trunk@199 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'Jamrules.jam')
-rw-r--r--Jamrules.jam2
1 files changed, 1 insertions, 1 deletions
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