summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-10-20 19:35:56 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-10-20 19:35:56 +0000
commit8bdc34f1734884b771bc9d2d2304e2658c62362f (patch)
tree9846c4addad80fe21a59ac1ea66d436745854b08
parentd604467e56df10ac86df641ffe92f645bfaf5573 (diff)
Fixed some problems with the NT build.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1071 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--lib/make/known-architectures/cygwin8
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/make/known-architectures/cygwin b/lib/make/known-architectures/cygwin
index 440e16a0..aea72957 100644
--- a/lib/make/known-architectures/cygwin
+++ b/lib/make/known-architectures/cygwin
@@ -35,11 +35,11 @@ else
CFLAGS="/nologo /Oxy- /Gd"
fi
- if test -z "CXXFLAGS" ; then
+ if test -z "$CXXFLAGS" ; then
CXXFLAGS="/nologo /TP /Oxy- /Gd"
fi
- if test -z "CXXFLAGS" ; then
+ if test -z "$F90FLAGS" ; then
F90FLAGS="/fast /iface:cref"
fi
@@ -71,6 +71,10 @@ else
GENERAL_LIBRARIES='$(LIBS)'
+# The Windows file system requires perl backup files to be made when
+# doing inplace editing
+ PERL_BACKUP_NECESSARY='yes'
+
cat >> cctk_archdefs.h <<EOF;
/* WIN stuff */