+ changes by thomas hajt

This commit is contained in:
michael 1999-05-18 09:25:01 +00:00
parent e6f8ad07b4
commit eddb0189b2

View File

@ -1389,6 +1389,9 @@ begin
{$else} {$else}
{$ifdef OS2} {$ifdef OS2}
set_source_os(os_i386_OS2); set_source_os(os_i386_OS2);
if (OS_Mode = osDOS) or (OS_Mode = osDPMI)
then source_os.scriptext := '.bat';
{OS/2 via EMX can be run under DOS as well}
{$else} {$else}
{$ifdef LINUX} {$ifdef LINUX}
set_source_os(os_i386_LINUX); set_source_os(os_i386_LINUX);
@ -1470,7 +1473,10 @@ begin
end. end.
{ {
$Log$ $Log$
Revision 1.74 1999-05-17 13:02:12 pierre Revision 1.75 1999-05-18 09:25:01 michael
+ changes by thomas hajt
Revision 1.74 1999/05/17 13:02:12 pierre
* -Csmmm works for win32 but default is set to 32Mb * -Csmmm works for win32 but default is set to 32Mb
Revision 1.73 1999/05/11 00:44:06 peter Revision 1.73 1999/05/11 00:44:06 peter