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.

18 lines
515 B

  1. #
  2. # Build private framedydp.lib. It contains all the private lockit for providers
  3. #
  4. $(O)\framedydp.def: ..\framedyd.src
  5. @echo Creating $@ from $?
  6. $(C_PREPROCESSOR_NAME) /DPRIVATE= $(C_PREPROCESSOR_FLAGS) $** > $@
  7. $(O)\framedydp.lib: $(O)\framedydp.def $(LIBRARY_OBJS)
  8. -$(LIB_NAME) -out:$@ @<<
  9. $(LIBRARIAN_FLAGS)
  10. -def:$(O)\framedydp.def
  11. $(LIBRARY_OBJS)
  12. <<NOKEEP
  13. #$(SDK_LIB_DEST)\$(ALT_PROJECT_TARGET)\$(TARGET_DIRECTORY)\framedyd.lib : $(O)\framedyd.lib
  14. # $(PUBLISH_CMD) {$?=$@}