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.

58 lines
1.0 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. Wesley Witt (wesw)
  12. C_DEFINES=$(C_DEFINES) -DTOOLBAR_ENABLED
  13. !ENDIF
  14. !ifndef FAXROOT
  15. FAXROOT=$(PROJECT_ROOT)\fax
  16. !endif
  17. !include $(FAXROOT)\faxsrc.inc
  18. TARGETPATH=obj
  19. TARGETTYPE=PROGRAM
  20. USE_MSVCRT=1
  21. UMTYPE=windows
  22. WIN32_IE_VERSION=0x0300
  23. WIN32_WINNT_VERSION=0x0400
  24. INCLUDES=\
  25. $(INCLUDES);
  26. LINKLIBS=\
  27. $(LINKLIBS) \
  28. $(SDK_LIB_PATH)\shell32.lib \
  29. $(SDK_LIB_PATH)\winspool.lib \
  30. $(SDK_LIB_PATH)\kernel32.lib \
  31. $(SDK_LIB_PATH)\user32.lib \
  32. $(SDK_LIB_PATH)\gdi32.lib \
  33. $(SDK_LIB_PATH)\advapi32.lib \
  34. $(SDK_LIB_PATH)\comctl32.lib \
  35. $(SDK_LIB_PATH)\htmlhelp.lib \
  36. $(SDK_LIB_PATH)\winfax.lib
  37. SOURCES=\
  38. ..\faxqueue.rc \
  39. ..\faxqueue.cpp \
  40. ..\util.cpp \
  41. ..\toolbar.cpp