Source code of Windows XP (NT5)
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.

38 lines
830 B

  1. !IF "$(NTDEBUG)" != "ntsd"
  2. CXXCPP_OPTIONS=-DDBG=0
  3. !else
  4. CXXCPP_OPTIONS=-DDBG=1
  5. DEBUG_DEFINES=-DLDEBUG
  6. MSC_OPTIMIZATION=/Od
  7. !endif
  8. MAJORCOMP= cairole
  9. MINORCOMP= dcom95
  10. #
  11. # The following includes a global include file defined at the
  12. # base of the project for all components
  13. #
  14. !include ..\..\..\..\..\daytona.inc
  15. INCLUDES= ..; \
  16. ..\..; \
  17. ..\..\dcom95; \
  18. $(OLEDIR)\ih; \
  19. $(OLEDIR)\com\inc; \
  20. $(OLEDIR)\common\daytona; \
  21. $(OLEDIR)\stg\h; \
  22. $(OLEDIR)\idl\public\daytona\obj; \
  23. $(OLEDIR)\idl\internal\daytona\obj; \
  24. $(OLEDIR)\stg\exp; \
  25. $(OLEDIR)\com\dcomrem; \
  26. $(OLEDIR)\dcomss
  27. C_DEFINES= \
  28. $(C_DEFINES) \
  29. -D_REMOTE_OR_ \
  30. -DSHRMEM_OBJEX
  31. PRECOMPILED_INCLUDE= ..\..\or.hxx