idlc: do not use -I., deps need absolute paths

This commit is contained in:
Michael Stahl 2012-01-14 21:16:23 +01:00
parent b83fd45150
commit 101791f57c

View file

@ -252,7 +252,7 @@ sal_Int32 compileFile(const OString * pathname)
idlc()->setRealFileName(tmpFile);
OStringBuffer cppArgs(512);
cppArgs.append("-DIDL -Xi -Xc -+ -I.");
cppArgs.append("-DIDL -Xi -Xc -+");
Options* pOptions = idlc()->getOptions();
OString filePath;