Kaydet (Commit) 101791f5 authored tarafından Michael Stahl's avatar Michael Stahl

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

üst b83fd451
...@@ -252,7 +252,7 @@ sal_Int32 compileFile(const OString * pathname) ...@@ -252,7 +252,7 @@ sal_Int32 compileFile(const OString * pathname)
idlc()->setRealFileName(tmpFile); idlc()->setRealFileName(tmpFile);
OStringBuffer cppArgs(512); OStringBuffer cppArgs(512);
cppArgs.append("-DIDL -Xi -Xc -+ -I."); cppArgs.append("-DIDL -Xi -Xc -+");
Options* pOptions = idlc()->getOptions(); Options* pOptions = idlc()->getOptions();
OString filePath; OString filePath;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment