From 43a2bde763fdb832d169ce5109879f3f61ebae2d Mon Sep 17 00:00:00 2001 From: goodale Date: Fri, 25 Jun 1999 13:12:46 +0000 Subject: cygwin know architecture file. Still not perfect. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@577 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/make/known-architectures/cygwin | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 lib/make/known-architectures/cygwin (limited to 'lib/make/known-architectures') diff --git a/lib/make/known-architectures/cygwin b/lib/make/known-architectures/cygwin new file mode 100644 index 00000000..2ed96c9e --- /dev/null +++ b/lib/make/known-architectures/cygwin @@ -0,0 +1,30 @@ +#! /bin/sh +# /*@@ +# @file cygwin +# @date Thu Jun 24 22:56:51 1999 +# @author Tom Goodale +# @desc +# First stab at a know architecture file for cygwin from +# examination of Joan's changes. +# @enddesc +# @version $Header$ +# @@*/ + + +echo Setting compiler to cl +CC="cl" + +CFLAGS="/nologo /Oxy- /Gz" +CXXFLAGS="/nologo /Oxy- /Gz" + +F90FLAGS="/fast" + +CCOMPILEONLY="/c /Fo" +FCOMPILEONLY="/compile_only /object:" + +CREATEEXE="-exe:" + +SYS_INC_DIRS="\"/Archivos de programa/Microsoft Visual Studio/VC98/INCLUDE/\"" + +DIRSEP="\\" + -- cgit v1.2.3