From 9194b11f76bbbd8b83408c65f63521ecce4e41e3 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Tue, 11 May 2004 09:26:20 +0000 Subject: ChangeLogTag: Tue May 10 09:19:32 UTC 2004 Johnny Willemsen --- include/makeinclude/platform_mingw32.GNU | 2 +- include/makeinclude/wrapper_macros.GNU | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'include/makeinclude') diff --git a/include/makeinclude/platform_mingw32.GNU b/include/makeinclude/platform_mingw32.GNU index c096198afe4..a4c8add7bc9 100644 --- a/include/makeinclude/platform_mingw32.GNU +++ b/include/makeinclude/platform_mingw32.GNU @@ -44,7 +44,7 @@ rwho = 0 # MinGW has wfmo and registry wfmo = 1 -win32registry = 1 +winregistry = 1 # Disable auto-import warnings. The MingW linker has a problem with imports # See https://sourceforge.net/tracker/?func=detail&atid=102435&aid=683455&group_id=2435 diff --git a/include/makeinclude/wrapper_macros.GNU b/include/makeinclude/wrapper_macros.GNU index 6e5c457a6cb..fb1258418d4 100644 --- a/include/makeinclude/wrapper_macros.GNU +++ b/include/makeinclude/wrapper_macros.GNU @@ -78,7 +78,7 @@ # to append to the name - it should have a leading '.' - # else it defaults to .ACE_MAJOR.ACE_MINOR.ACE_BETA. # wfmo Build with wfmo support (Win32 only) -# win32registry Build with registry support (Win32 only) +# winregistry Build with windows registry support (Win32 only) # # Usually, users do not need to be concerned with make targets. # Just enter "make" on the command line to build. A few notable @@ -783,8 +783,8 @@ endif # If not explicitly is set that we have wfmo, assume we don't have it. wfmo ?= 0 -# If not explicitly is set that we have win32registry, assume we don't have it. -win32registry ?= 0 +# If not explicitly is set that we have winregistry, assume we don't have it. +winregistry ?= 0 # In MPC, these are now features that are enabled by default. ace_other ?= 1 -- cgit v1.2.1