s/.h.nt/.nt/ to allow for better NMAKE processing

This commit is contained in:
Kurt Zeilenga 1999-08-24 23:47:11 +00:00
parent 95ef9e8627
commit 0211b35d8d
6 changed files with 15 additions and 17 deletions

View File

@ -78,19 +78,19 @@ CFG=setup - Win32 Debug
# Begin Source File
SOURCE=.\lber_types.h.nt
SOURCE=.\lber_types.nt
# End Source File
# Begin Source File
SOURCE=.\ldap_config.h.nt
SOURCE=.\ldap_config.nt
# End Source File
# Begin Source File
SOURCE=.\ldap_features.h.nt
SOURCE=.\ldap_features.nt
# End Source File
# Begin Source File
SOURCE=.\portable.h.nt
SOURCE=.\portable.nt
# End Source File
# Begin Source File

View File

@ -3,19 +3,17 @@
# COPYING RESTRICTIONS APPLY, see COPYRIGHT file
#
.SUFFIXES: .nt
.nt.h:
copy $*.nt $*.h
all: setup.txt
setup.txt: lber_types.h ldap_config.h ldap_features.h portable.h
copy setup.mak setup.txt
setup.txt: lber_types.h ldap_config.h ldap_features.h portable.h setup.mak
copy setup.mak setup.txt
lber_types.h: lber_types.h.nt
copy lber_types.h.nt lber_types.h
ldap_config.h: ldap_config.h.nt
copy ldap_config.h.nt ldap_config.h
ldap_features.h: ldap_features.h.nt
copy ldap_features.h.nt ldap_features.h
portable.h: portable.h.nt
copy portable.h.nt portable.h
lber_types.h: lber_types.nt
ldap_config.h: ldap_config.nt
ldap_features.h: ldap_features.nt
portable.h: portable.nt