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.

31 lines
742 B

  1. C_DEFINES= \
  2. $(C_DEFINES) \
  3. -DFLAT \
  4. -DWIN32=100 \
  5. -D_NT1X_=100 \
  6. -DINC_OLE2 \
  7. -DNOEXCEPTIONS \
  8. -DNASHVILLE
  9. # Do this to assure we run on NT 4.0/Win95, even with
  10. # NT5/Memphis headers.
  11. WIN32_WINNT_VERSION=0x0400
  12. WIN32_WIN95_VERSION=0x0400
  13. SDSUTILS_PATH=..\..\sdslib
  14. # For the Daytona build, we do not want statically linked compiler runtimes,
  15. # so leave this commented out.
  16. #
  17. # USE_LIBCMT= 1
  18. # USE_MSVCRT=1
  19. USE_NOLIBS = 1
  20. MSC_WARNING_LEVEL=/W3 /WX
  21. USE_MAPSYM=1
  22. # -DUNICODE \
  23. # -D_UNICODE \