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.

31 lines
722 B

  1. # This is the global include file for the daytona version of CairOLE.
  2. # It is included by all project sources files.
  3. C_DEFINES= \
  4. $(C_DEFINES) \
  5. -DFLAT \
  6. -DWIN32=100 \
  7. -D_NT1X_=100 \
  8. -DINC_OLE2 \
  9. -DNOEXCEPTIONS \
  10. -DNASHVILLE \
  11. $(TRACELOG)
  12. !IF "$(ALMOSTRETAIL)"!="" && $(FREEBUILD)
  13. C_DEFINES= \
  14. $(C_DEFINES) \
  15. -DDBGASSERT=1
  16. !ENDIF
  17. USE_MAPSYM=1
  18. # For the Daytona build, we do not want statically linked compiler runtimes,
  19. # so leave this commented out.
  20. #
  21. # USE_LIBCMT= 1
  22. # USE_MSVCRT=1
  23. USE_NOLIBS = 1
  24. MSC_WARNING_LEVEL=/W3 /WX
  25. GPCH_BUILD=daytona