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.

43 lines
1.0 KiB

  1. $(DYNLINK_LIB) : $(DYNLINK_LIBP)
  2. $(DYNLINK_LIBP) $(DYNLINK_LIBP:.lib=.exp): $(O)\$(TARGETNAMEP).def $(LIBRARY_OBJS)
  3. -$(LIB_NAME) -out:$(DYNLINK_LIBP) @<<
  4. $(LIBRARIAN_FLAGS)
  5. -def:$(O)\$(TARGETNAMEP).def
  6. $(LIBRARY_OBJS)
  7. <<NOKEEP
  8. C_DEFINES=$(C_DEFINES) -DPRIVATE= -D_$(ALT_PROJECT)_
  9. $(O)\$(TARGETNAMEP).def: ..\$(TARGETNAME).def
  10. $(C_PREPROCESSOR) ..\$(TARGETNAME).def > $@
  11. $(UMPDDDILIB) $(UMPDDDILIB:.lib=.exp): $(O)\umpdddip.def $(LIBRARY_OBJS)
  12. -$(LIB_NAME) -out:$(UMPDDDILIB) @<<
  13. $(LIBRARIAN_FLAGS)
  14. -def:$(O)\umpdddip.def
  15. $(LIBRARY_OBJS)
  16. <<NOKEEP
  17. C_DEFINES=$(C_DEFINES) -DPRIVATE= -D_$(ALT_PROJECT)_
  18. $(O)\umpdddip.def: ..\umpdddi.def
  19. $(C_PREPROCESSOR) ..\umpdddi.def > $@
  20. $(WINPPILIB) $(WINPPILIB:.lib=.exp): $(O)\winppi.def $(LIBRARY_OBJS)
  21. -$(LIB_NAME) -out:$(WINPPILIB) @<<
  22. $(LIBRARIAN_FLAGS)
  23. -def:$(O)\winppi.def
  24. $(LIBRARY_OBJS)
  25. <<NOKEEP
  26. C_DEFINES=$(C_DEFINES) -DPRIVATE= -D_$(ALT_PROJECT)_
  27. $(O)\winppi.def: ..\winppi.def
  28. $(C_PREPROCESSOR) ..\winppi.def > $@