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

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