diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-12-19 11:48:45 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-12-19 11:48:45 +0000 |
commit | b6d5f11796aff80e1ceb1c38aa99b97b211753b7 (patch) | |
tree | c4d7f77fe0619f77aea4247e92d8ea56ade88d30 /include/makeinclude/wrapper_macros.GNU | |
parent | ad11e29722a6ad1a5ffa5cd43c0459f1282a9c2d (diff) | |
download | ATCD-b6d5f11796aff80e1ceb1c38aa99b97b211753b7.tar.gz |
ChangeLogTag: Fri Dec 19 11:25:13 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'include/makeinclude/wrapper_macros.GNU')
-rw-r--r-- | include/makeinclude/wrapper_macros.GNU | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/makeinclude/wrapper_macros.GNU b/include/makeinclude/wrapper_macros.GNU index eae746422f0..a814245bda1 100644 --- a/include/makeinclude/wrapper_macros.GNU +++ b/include/makeinclude/wrapper_macros.GNU @@ -74,6 +74,7 @@ # variable can also be set to specify the version info # 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) # # Usually, users do not need to be concerned with make targets. # Just enter "make" on the command line to build. A few notable @@ -903,6 +904,11 @@ ifndef rwho rwho = 1 endif +# If not explicitly is set that we have wfmo, assume we don't have it. +ifndef wfmo + wfmo = 0 +endif + #---------------------------------------------------------------------------- # Conditional macro definitions #---------------------------------------------------------------------------- |