summaryrefslogtreecommitdiff
path: root/include/makeinclude
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-05-11 09:26:20 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-05-11 09:26:20 +0000
commit9194b11f76bbbd8b83408c65f63521ecce4e41e3 (patch)
tree12db0cede5cd67b548d85b8365087cfe650afc9a /include/makeinclude
parent7e20f6a413c06bb1dfd987e06d68e7a8c22bd3f3 (diff)
downloadATCD-9194b11f76bbbd8b83408c65f63521ecce4e41e3.tar.gz
ChangeLogTag: Tue May 10 09:19:32 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'include/makeinclude')
-rw-r--r--include/makeinclude/platform_mingw32.GNU2
-rw-r--r--include/makeinclude/wrapper_macros.GNU6
2 files changed, 4 insertions, 4 deletions
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