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

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1997 - 1997
  3. Module Name:
  4. makefile.inc.
  5. !ENDIF
  6. $(O)\$(MINORCOMP).res: ..\idl\com\$(O)\$(MINORCOMP).tlb
  7. $(O)\$(MINORCOMP).lib : $(PRIVLIB)
  8. $(PRIVLIB) $(PRIVLIB:.lib=.exp): $(O)\$(MINORCOMP)p.def $(LIBRARY_OBJS)
  9. -$(LIB_NAME) -out:$(PRIVLIB) @<<
  10. $(LIBRARIAN_FLAGS)
  11. -def:$(O)\$(MINORCOMP)p.def
  12. $(LIBRARY_OBJS)
  13. <<NOKEEP
  14. $(O)\$(MINORCOMP)p.def: $(MINORCOMP).src
  15. $(C_PREPROCESSOR) $** -DPRIVATEEXPORT= > $@