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

  1. $(O)\ole32p.def : ..\ole32.def
  2. @type <<$(ECHO_RSP)
  3. $(ECHO_MSG) /DPRIVATE /EP ..\ole32.def
  4. <<NOKEEP
  5. @$(C_PREPROCESSOR_NAME) @<<$(CL_RSP) /DEXPORT_PRIVATE_API /Tc..\ole32.def > $@
  6. $(CPPXX: =
  7. )
  8. <<NOKEEP
  9. $(O)\ole32p.lib : $(O)\ole32p.def $(IMPLIB_DEPEND)
  10. -$(LIB_NAME) -out:$(@R).lib @<<
  11. $(LIBRARIAN_FLAGS: =
  12. )
  13. -def:$(O)\ole32p.def
  14. $(LIBRARY_OBJS: =
  15. )
  16. <<NOKEEP