mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
s/.h.nt/.nt/ to allow for better NMAKE processing
This commit is contained in:
parent
95ef9e8627
commit
0211b35d8d
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user