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
486 B

  1. #
  2. # Build private crypt32p.lib. It contains all the private and public api's
  3. #
  4. $(O)\crypt32p.def: .\crypt32.src
  5. @echo Creating $@ from $**
  6. $(C_PREPROCESSOR_NAME) /DALL_WIN32_EXPORTS /DPRIVATE_VERSION $(C_PREPROCESSOR_FLAGS) $** > $@
  7. $(O)\crypt32p.lib: $(O)\crypt32p.def $(LIBRARY_OBJS)
  8. -lib -out:$@ @<<
  9. $(LIBRARIAN_FLAGS)
  10. -def:$(O)\crypt32p.def
  11. $(LIBRARY_OBJS)
  12. <<NOKEEP
  13. $(PROJECT_LIB_PATH)\crypt32p.lib : $(O)\crypt32p.lib
  14. $(PUBLISH_CMD) {$?=$@}