File : compiled.inc used by : trilib02.gms [html]
$if %system.filesys% == UNIX $abort 'Cannot compile Delphi on Unix'
$call gmsunzip -o %1source.zip
$ifThen %system.buildcode% == WEI
$ call rm -f %1dclib.dll
$ log >>> Building Delphi library for platform WEI
$ call dcc64 -cc %1dclib.dpr
$ if errorlevel 1 $abort problems compiling and linking
$ funcLibIn myLib %1dclib.dll
$endIf