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.

69 lines
1.2 KiB

  1. !IF 0
  2. Copyright (c) 2000 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. Fred Aaron (freda) 25-Jul-2000
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. MAJORCOMP=fusion
  15. MINORCOMP=sxspad
  16. TARGETNAME=SxSPad
  17. TARGETPATH=..\obj
  18. TARGETTYPE=PROGRAM
  19. UMTYPE=windows
  20. UMENTRY=winmain
  21. INCLUDES= \
  22. $(INCLUDES); \
  23. $(COM_INC_PATH); \
  24. $(SDK_INC_PATH); \
  25. $(BASE_INC_PATH); \
  26. $(BASEDIR)\shell\osshell\inc; \
  27. $(O)
  28. USE_MSVCRT=1
  29. USE_CRTDLL=1
  30. USE_NATIVE_EH=1
  31. USE_STL=1
  32. SOURCES=\
  33. sxspad.rc \
  34. sxspad.c \
  35. sxspadinit.c \
  36. sxspadfile.c \
  37. sxspadmisc.c \
  38. sxspadprint.c \
  39. sxspaddate.c \
  40. sxspadputf.c
  41. C_DEFINES=-DWIN32 -DNT -DUNICODE -D_UNICODE
  42. TARGETLIBS=\
  43. $(SDK_LIB_PATH)\comdlg32.lib \
  44. $(SDK_LIB_PATH)\shell32.lib \
  45. $(SDK_LIB_PATH)\htmlhelp.lib \
  46. $(SDK_LIB_PATH)\winspool.lib
  47. PRECOMPILED_INCLUDE=precomp.h
  48. PRECOMPILED_PCH=precomp.pch
  49. PRECOMPILED_OBJ=precomp.obj