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.

19 lines
400 B

  1. !include ..\makefile.inc
  2. PRIVLIB= $(O)\spapip.lib
  3. $(O)\setupapi.lib: $(PRIVLIB)
  4. $(PRIVLIB) $(PRIVLIB:.lib=.exp): $(O)\spapip.def $(LIBRARY_OBJS)
  5. -lib -out:$(PRIVLIB) @<<
  6. $(LIBRARIAN_FLAGS)
  7. -def:$(O)\spapip.def
  8. $(LIBRARY_OBJS)
  9. <<NOKEEP
  10. $(O)\spapip.def: ..\setupapi.def
  11. $(C_PREPROCESSOR) ..\setupapi.def -DSPAPIP > $@
  12. msg.h msg00001.bin msg.rc: ..\msg.mc
  13. mc -v ..\msg.mc