openldap/include/setup.mak
Kurt Zeilenga 87149de771 Add lber_types.h to setup.dsp.
s/setup.exe/setup.txt/g
create workspace for testing purposes.
1999-06-19 01:53:15 +00:00

18 lines
387 B
Makefile

all: setup.txt
setup.txt: lber_types.h ldap_config.h ldap_features.h portable.h
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