From 493085cb42b545a7d6ab0c6bf0d619436d7362a6 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 13 Jul 2009 21:18:13 +0000 Subject: [PATCH] Added BUILD_CLASS and HOST_OPT definitions. --- configure/os/CONFIG.win32-x86.win32-x86-debug | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/configure/os/CONFIG.win32-x86.win32-x86-debug b/configure/os/CONFIG.win32-x86.win32-x86-debug index 7f5ee95c0..7b471dc90 100644 --- a/configure/os/CONFIG.win32-x86.win32-x86-debug +++ b/configure/os/CONFIG.win32-x86.win32-x86-debug @@ -7,9 +7,10 @@ # Sites may override these definitions in CONFIG_SITE.win32-x86.win32-x86-debug #------------------------------------------------------- --include $(CONFIG)/os/CONFIG.Common.win32-x86 -include $(CONFIG)/os/CONFIG.win32-x86.win32-x86 +include $(CONFIG)/os/CONFIG.win32-x86-debug.win32-x86-debug GNU = NO -CROSS_OPT = NO +BUILD_CLASS = HOST + +HOST_OPT = NO