Browse Source

* use_shell equally applies to watcom target

git-svn-id: trunk@7952 -
Tomas Hajny 18 years ago
parent
commit
2d04f57c67
1 changed files with 4 additions and 0 deletions
  1. 4 0
      utils/fppkg/pkgglobals.pp

+ 4 - 0
utils/fppkg/pkgglobals.pp

@@ -50,6 +50,10 @@ Implementation
  {$DEFINE USE_SHELL}
 {$ENDIF GO32v2}
 
+{$IFDEF WATCOM}
+ {$DEFINE USE_SHELL}
+{$ENDIF WATCOM}
+
 {$IFDEF OS2}
  {$DEFINE USE_SHELL}
 {$ENDIF OS2}