Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
487 B

!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= > $@