secureswitools/swisistools/source/makesislib/packageparser.cpp
changeset 25 98b66e4fb0be
parent 0 ba25891c3a9e
child 37 6e7b00453237
equal deleted inserted replaced
24:84a16765cd86 25:98b66e4fb0be
   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