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.

79 lines
1.8 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. Steve Wood (stevewo) 12-Apr-1990
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. TARGET_BOTH = 1
  15. NOT_UNICODE = 1
  16. WIN32_WINNT_VERSION=0x0400
  17. WIN32_WIN95_VERSION=0x0400
  18. WIN32_IE_VERSION=0x0400
  19. SUBSYSTEM_VERSION=4.00
  20. USE_NOLIBS = 1
  21. UMTYPE = windows
  22. INCLUDES = \
  23. ..; \
  24. ..\..\inc; \
  25. ..\..\common; \
  26. ..\..\fts\common; \
  27. ..\..\query; \
  28. ..\..\property \
  29. ..\..\groups; \
  30. $(INCLUDES); \
  31. $(SDK_INC_PATH)\win64; \
  32. $(SDK_INC_PATH)\win64\crt; \
  33. $(SDK_INC_PATH)\win64\atl; \
  34. TARGETNAME = bldftimp
  35. TARGETPATH = ..\..\slib\win32
  36. TARGETTYPE = LIBRARY
  37. !ifdef USE_ICECAP
  38. C_DEFINES=$(C_DEFINES) -DNASHVILLE -DNTBUILD -DITWRAP -D_NT -D_32BIT -DPROFILING
  39. !else
  40. C_DEFINES=$(C_DEFINES) -DNASHVILLE -DNTBUILD -DITWRAP -D_NT -D_32BIT
  41. !endif
  42. TARGETLIBS = $(LIBRARY_PATH)\gdi32.lib \
  43. $(LIBRARY_PATH)\kernel32.lib \
  44. $(LIBRARY_PATH)\user32.lib \
  45. $(LIBRARY_PATH)\advapi32.lib \
  46. $(LIBRARY_PATH)\shlwapi.lib \
  47. $(LIBRARY_PATH)\comctl32.lib \
  48. $(LIBRARY_PATH)\shell32.lib \
  49. $(LIBRARY_PATH)\libcmt.lib \
  50. $(LIBRARY_PATH)\ole32.lib \
  51. $(LIBRARY_PATH)\oleaut32.lib \
  52. $(LIBRARY_PATH)\uuid.lib \
  53. USE_ATL=1
  54. SOURCES= ftumain.cpp \