implemented compilation of simple packages

git-svn-id: trunk@3413 -
This commit is contained in:
mattias 2002-10-01 15:45:43 +00:00
parent 40f7bb5562
commit b3d4452dd0

View File

@ -1215,7 +1215,7 @@ end;
Params: const Option: string
Result: string
If there is a space in the option add " "
If there is a space in the option add " " around the whole option
-------------------------------------------------------------------------------}
function PrepareCmdLineOption(const Option: string): string;
var i: integer;