|
@@ -1950,7 +1950,7 @@ end;
|
|
|
|
|
|
function AddProgramExtension(const ExecutableName: string; AOS : TOS): string;
|
|
function AddProgramExtension(const ExecutableName: string; AOS : TOS): string;
|
|
begin
|
|
begin
|
|
- if AOS in [Go32v2,Win32,Win64,Wince,OS2] then
|
|
|
|
|
|
+ if AOS in [Go32v2,Win32,Win64,Wince,OS2,EMX,Watcom] then
|
|
Result:=ExecutableName+ExeExt
|
|
Result:=ExecutableName+ExeExt
|
|
else
|
|
else
|
|
Result:=ExecutableName;
|
|
Result:=ExecutableName;
|