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.

60 lines
1.2 KiB

  1. MAJORCOMP=ntos
  2. MINORCOMP=w32
  3. USE_MAPSYM=1
  4. #SYNCHRONIZE_BLOCK=1
  5. TARGETNAME=protocol
  6. TARGETPATH=.\obj$(BUILD_ALT_DIR)
  7. #$(BASEDIR)\public\sdk\lib\$(ALT_PROJECT_TARGET)
  8. TARGETTYPE=LIBRARY
  9. INCLUDES= \
  10. $(DXROOT)\inc; \
  11. ..\;\
  12. ..\..\dplay;\
  13. ..\..\common;\
  14. ..\..\misc; \
  15. ..\..\dplobby; \
  16. ..\..\..\dvoice\inc;
  17. #SYNCHRONIZE_DRAIN=1
  18. C_DEFINES=$(C_DEFINES) -DWINVER=0x0400
  19. MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
  20. !IFDEF PENTIUMCOUNTER
  21. C_DEFINES=$(C_DEFINES) -DPENTIUMCOUNTER
  22. ASM_DEFINES=$(ASM_DEFINES) -DPENTIUMCOUNTER
  23. !endif
  24. C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE -DNEW_DPF -DSECURITY_WIN32
  25. NTPROFILEINPUT=yes
  26. SOURCES= \
  27. ..\HANDLES.C \
  28. ..\PROTOCOL.C \
  29. ..\PSESSION.C \
  30. ..\SEND.C \
  31. ..\RECEIVE.C \
  32. ..\STATS.C \
  33. ..\BUFMGR.C \
  34. ..\FRAMEBUF.C \
  35. ..\SENDPOOL.C \
  36. ..\BUFPOOL.C \
  37. ..\RCVPOOL.C \
  38. ..\STATPOOL.C \
  39. ..\BILINK.C \
  40. ..\TIMER.C \
  41. ..\MYDEBUG.C
  42. #
  43. # 04/10/2000 - allows for addition of BoundsChecker, etc
  44. # libs specified in the OS environment
  45. #
  46. TARGETLIBS=$(TARGETLIBS)