equal
deleted
inserted
replaced
173 iSearchDir[len+1] = '\0'; |
173 iSearchDir[len+1] = '\0'; |
174 } |
174 } |
175 |
175 |
176 } |
176 } |
177 |
177 |
178 void CPackageParser::MakeSis(const wchar_t* aPkgFileName, const wchar_t* aSisFileName, bool aMakeStub, bool aReportInterpretSisError) |
178 void CPackageParser::MakeSisL(const wchar_t* aPkgFileName, const wchar_t* aSisFileName, bool aMakeStub, bool aReportInterpretSisError) |
179 { |
179 { |
180 iMakeStub = aMakeStub; |
180 iMakeStub = aMakeStub; |
181 iReportInterpretSisError = aReportInterpretSisError; |
181 iReportInterpretSisError = aReportInterpretSisError; |
182 ParseL(aPkgFileName); |
182 ParseL(aPkgFileName); |
183 // Turn off line number output |
183 // Turn off line number output |