From 8f909d1b66ea6f3601f81d1bd90e139d4aeb38d9 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 29 Jul 2002 16:23:56 +0000 Subject: [PATCH] Initial version. --- configure/os/CONFIG_SITE.win32-x86.win32-x86 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 configure/os/CONFIG_SITE.win32-x86.win32-x86 diff --git a/configure/os/CONFIG_SITE.win32-x86.win32-x86 b/configure/os/CONFIG_SITE.win32-x86.win32-x86 new file mode 100644 index 000000000..bf871cea9 --- /dev/null +++ b/configure/os/CONFIG_SITE.win32-x86.win32-x86 @@ -0,0 +1,11 @@ +# $Id$ + +# Microsoft Visual C++ .NET is the default compiler +# If you have Visual C++ 6.0, uncomment the following 3 override lines +# This will to eliminate warnings about unknown options /GL and LTCG. + +#OPT_CFLAGS_YES = /Ox +#OPT_CXXFLAGS_YES = /Ox +#LINK_OPT_FLAGS_YES = /incremental:no /opt:ref /release $(PROD_VERSION:%=/version:%) + +