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.

78 lines
1.4 KiB

  1. !if 0
  2. WARNING: Do not make changes to this file without first consulting
  3. with mikeg
  4. Any changes made without doing so will be summarily deleted.
  5. !endif
  6. _PROJECT_=enduser\sakit
  7. PROJDIR=$(PROJECT_ROOT)
  8. #
  9. # use the following to include common headers
  10. #
  11. SASS_INC=$(PROJECT_ROOT)\common\inc
  12. #
  13. # common libs should be built to the following location
  14. #
  15. SASS_LIB_TARGETPATH=$(PROJECT_ROOT)\common\lib
  16. #
  17. # use the following to include common libs
  18. #
  19. SASS_LIB=$(SASS_LIB_TARGETPATH)\*
  20. #
  21. # save having every sources file do this
  22. #
  23. USER_INCLUDES=$(USER_INCLUDES);$(SASS_INC)
  24. #
  25. # all other binaries should end up here
  26. #
  27. SASS_BINDIR=$(_OBJ_DIR)
  28. MSC_WARNING_LEVEL=/W3 /WX
  29. # for .mc files
  30. MC_SOURCEDIR=$(O)
  31. # for generated headers
  32. PASS0_HEADERDIR=$(O)
  33. # for RPC IDL files
  34. PASS0_CLIENTDIR=$(O)
  35. PASS0_SERVERDIR=$(O)
  36. # for OLE IDL files
  37. PASS0_SOURCEDIR=$(O)
  38. MIDL_TLBDIR=$(O)
  39. MIDL_UUIDDIR=$(O)
  40. # Define DEBUG_MEM. Will enable memory leak tracking in debug build.
  41. # Details of memory leak will be reported
  42. #
  43. ! ifdef DEBUG_MEM
  44. C_DEFINES=$(C_DEFINES) -DDEBUG_MEM
  45. ! endif
  46. #
  47. # use msvcrt.dll
  48. #
  49. USE_MSVCRT=1
  50. #
  51. # Use our own ASSERT and memeory alloc routine instead of crtdgh.h
  52. #
  53. C_DEFINES=$(C_DEFINES) -D_ATL_NO_DEBUG_CRT -DUNICODE -D_UNICODE
  54. BINPLACE_FLAGS = -q $(BINPLACE_FLAGS)
  55. BINPLACE_PLACEFILE=$(PROJECT_ROOT)\placefil.txt
  56. BUFFER_OVERFLOW_CHECKS=1