Browse Source

* check for cygdriver in PATH to check for Cygwin, the old detection
method didn't work with recent Cygwin

peter 22 years ago
parent
commit
33a6f3a12a
2 changed files with 123 additions and 123 deletions
  1. 122 122
      utils/fpcm/fpcmake.inc
  2. 1 1
      utils/fpcm/fpcmake.ini

File diff suppressed because it is too large
+ 122 - 122
utils/fpcm/fpcmake.inc


+ 1 - 1
utils/fpcm/fpcmake.ini

@@ -50,7 +50,7 @@ inOS2=1
 endif
 endif
 else
-ifneq ($(findstring cygwin,$(MACHTYPE)),)
+ifneq ($(findstring cygdrive,$(PATH)),)
 inCygWin=1
 endif
 endif

Some files were not shown because too many files changed in this diff