|
@@ -223,6 +223,9 @@ begin
|
|
ExceptionMask:=GetExceptionMask;
|
|
ExceptionMask:=GetExceptionMask;
|
|
SetExceptionMask([exInvalidOp, exDenormalized, exZeroDivide,
|
|
SetExceptionMask([exInvalidOp, exDenormalized, exZeroDivide,
|
|
exOverflow, exUnderflow, exPrecision]);
|
|
exOverflow, exUnderflow, exPrecision]);
|
|
|
|
+
|
|
|
|
+ starttime:=getrealtime;
|
|
|
|
+
|
|
{ Initialize the compiler }
|
|
{ Initialize the compiler }
|
|
InitCompiler(cmd);
|
|
InitCompiler(cmd);
|
|
|
|
|
|
@@ -236,8 +239,6 @@ begin
|
|
WritePathList(general_t_librarypath,librarysearchpath);
|
|
WritePathList(general_t_librarypath,librarysearchpath);
|
|
WritePathList(general_t_objectpath,objectsearchpath);
|
|
WritePathList(general_t_objectpath,objectsearchpath);
|
|
|
|
|
|
- starttime:=getrealtime;
|
|
|
|
-
|
|
|
|
{ Compile the program }
|
|
{ Compile the program }
|
|
{$ifdef PREPROCWRITE}
|
|
{$ifdef PREPROCWRITE}
|
|
if parapreprocess then
|
|
if parapreprocess then
|