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.

55 lines
1.1 KiB

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. daytona.inc
  5. Abstract:
  6. This file is included from all of the daytona sources files. It
  7. is handy for doing things like turning off precompiled headers
  8. to get around compiler bugs, and other such global activities.
  9. !ENDIF
  10. !include ole.inc
  11. C_DEFINES= \
  12. $(C_DEFINES)\
  13. -DNOEXCEPTIONS\
  14. -DINC_OLE2\
  15. -DFLAT\
  16. -DWIN32=100\
  17. -DDIRECTORY_SERVICE\
  18. -D_NT1X_=100\
  19. -D_WIN32_WINNT=0x0501\
  20. -DUNICODE\
  21. -D_UNICODE\
  22. -DCAIROLE_DOWNLEVEL\
  23. -DDCOM\
  24. -DASYNC\
  25. -DMSWMSG\
  26. -DDCOM_SECURITY\
  27. -DDFSACTIVATION\
  28. -DNEWPROPS\
  29. -D_TRACKLINK_=1\
  30. -DLITTLEENDIAN=1\
  31. -DLOCK_PERF=0\
  32. -D_SRVRHR=0\
  33. -DSSL\
  34. -DLIGHTNA\
  35. $(TRACELOG)
  36. # For the x86, we have the few C runtime routines we use self-contained.
  37. !IF $(386)
  38. USE_NOLIBS=1
  39. !ELSE
  40. USE_MSVCRT=1
  41. !ENDIF
  42. GPCH_BUILD=daytona
  43. DEST_TREE=daytona