windows-nt/Source/XPSP1/NT/ds/security/services/ca/certcli/makefile.inc

24 lines
464 B
PHP
Raw Normal View History

2020-09-26 03:20:57 -05:00
!IF 0
Copyright (C) Microsoft Corporation, 1997 - 1997
Module Name:
makefile.inc.
!ENDIF
$(O)\$(MINORCOMP).res: ..\idl\com\$(O)\$(MINORCOMP).tlb
$(O)\$(MINORCOMP).lib : $(PRIVLIB)
$(PRIVLIB) $(PRIVLIB:.lib=.exp): $(O)\$(MINORCOMP)p.def $(LIBRARY_OBJS)
-$(LIB_NAME) -out:$(PRIVLIB) @<<
$(LIBRARIAN_FLAGS)
-def:$(O)\$(MINORCOMP)p.def
$(LIBRARY_OBJS)
<<NOKEEP
$(O)\$(MINORCOMP)p.def: $(MINORCOMP).src
$(C_PREPROCESSOR) $** -DPRIVATEEXPORT= > $@