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.

49 lines
952 B

  1. MAJORCOMP=ntos
  2. MINORCOMP=w32
  3. #SYNCHRONIZE_BLOCK=1
  4. TARGETNAME=protocol
  5. TARGETPATH=obj
  6. TARGETTYPE=LIBRARY
  7. INCLUDES=..\..\..\dplay\dplay;\
  8. ..\; \
  9. ..\..\..\dplay\common;\
  10. ..\..\..\misc; \
  11. ..\..\..\dplobby\dplobby; \
  12. #SYNCHRONIZE_DRAIN=1
  13. C_DEFINES=$(C_DEFINES) -DWINVER=0x0400
  14. MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
  15. !IFDEF PENTIUMCOUNTER
  16. C_DEFINES=$(C_DEFINES) -DPENTIUMCOUNTER
  17. ASM_DEFINES=$(ASM_DEFINES) -DPENTIUMCOUNTER
  18. !endif
  19. C_DEFINES=$(C_DEFINES) -D_NO_COM -DUNICODE -D_UNICODE -DNEW_DPF -DSECURITY_WIN32
  20. NTPROFILEINPUT=yes
  21. SOURCES= \
  22. ..\HANDLES.C \
  23. ..\PROTOCOL.C \
  24. ..\PSESSION.C \
  25. ..\SEND.C \
  26. ..\RECEIVE.C \
  27. ..\STATS.C \
  28. ..\BUFMGR.C \
  29. ..\FRAMEBUF.C \
  30. ..\SENDPOOL.C \
  31. ..\BUFPOOL.C \
  32. ..\RCVPOOL.C \
  33. ..\STATPOOL.C \
  34. ..\BILINK.C \
  35. ..\TIMER.C \
  36. ..\MYDEBUG.C