windows-nt/Source/XPSP1/NT/ds/security/cryptoapi/pki/cryptnet/makefile.inc

19 lines
410 B
PHP
Raw Normal View History

2020-09-26 03:20:57 -05:00
#
# Build private cryptnet.lib. It contains all the private and public api's
#
cryptnet_all: $O\cryptntp.lib
$O\cryptntp.def: .\cryptnet.src
@echo Creating $@ from $**
$(C_PREPROCESSOR_NAME) /DALL_WIN32_EXPORTS /DPRIVATE_VERSION $(C_PREPROCESSOR_FLAGS) $** > $@
$O\cryptntp.lib: $O\cryptntp.def $(LIBRARY_OBJS)
-lib -out:$@ @<<
$(LIBRARIAN_FLAGS)
-def:$O\cryptntp.def
$(LIBRARY_OBJS)
<<NOKEEP