tests: Minor build fix

git-svn-id: http://pugixml.googlecode.com/svn/trunk@199 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
arseny.kapoulkine 2009-10-31 08:31:12 +00:00
parent 3bf16e10b4
commit 04d4a6d9c2

View file

@ -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