mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-11 20:39:15 +02:00
implemented compilation of simple packages
git-svn-id: trunk@3413 -
This commit is contained in:
parent
40f7bb5562
commit
b3d4452dd0
@ -1215,7 +1215,7 @@ end;
|
|||||||
Params: const Option: string
|
Params: const Option: string
|
||||||
Result: 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;
|
function PrepareCmdLineOption(const Option: string): string;
|
||||||
var i: integer;
|
var i: integer;
|
||||||
|
Loading…
Reference in New Issue
Block a user