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.

55 lines
1.2 KiB

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. Author:
  11. Susi Argo (SusiA) 16-Jul-96
  12. !ENDIF
  13. TARGETNAME= dftool
  14. TARGETPATH= obj
  15. TARGETTYPE= PROGRAM
  16. C_DEFINES= \
  17. $(C_DEFINES) \
  18. -DNOEXCEPTIONS \
  19. -DINC_OLE2 \
  20. -DFLAT \
  21. -DWIN32=100 \
  22. -D_NT1X_=100 \
  23. -DCAIROLE_DOWNLEVEL \
  24. -DDCOM \
  25. -DMSWMSG \
  26. -DDCOM_SECURITY \
  27. -DNEWPROPS \
  28. -D_TRACKLINK_=1 \
  29. $(TRACELOG)
  30. MSC_WARNING_LEVEL=/W3 /WX
  31. SOURCES= \
  32. dftool.rc \
  33. dftool.cxx
  34. UMTYPE= console
  35. LINKLIBS= \
  36. $(SDK_LIB_PATH)\kernel32.lib \
  37. $(SDK_LIB_PATH)\version.lib
  38. !include sources.inc