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.

78 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. ..\inc; \
  24. ..\common; \
  25. ..\fts\common; \
  26. ..\query; \
  27. ..\property \
  28. ..\groups; \
  29. $(SDK_INC_PATH); \
  30. $(SDK_INC_PATH)\win64; \
  31. $(SDK_INC_PATH)\win64\crt; \
  32. $(SDK_INC_PATH)\win64\atl; \
  33. TARGETNAME = grpsimp
  34. TARGETPATH = ..\slib\win32
  35. TARGETTYPE = LIBRARY
  36. !ifdef USE_ICECAP
  37. C_DEFINES=$(C_DEFINES) -DNASHVILLE -DNTBUILD -DITWRAP -D_NT -D_32BIT -DPROFILING
  38. !else
  39. C_DEFINES=$(C_DEFINES) -DNASHVILLE -DNTBUILD -DITWRAP -D_NT -D_32BIT
  40. !endif
  41. TARGETLIBS = $(LIBRARY_PATH)\gdi32.lib \
  42. $(LIBRARY_PATH)\kernel32.lib \
  43. $(LIBRARY_PATH)\user32.lib \
  44. $(LIBRARY_PATH)\advapi32.lib \
  45. $(LIBRARY_PATH)\shlwapi.lib \
  46. $(LIBRARY_PATH)\comctl32.lib \
  47. $(LIBRARY_PATH)\shell32.lib \
  48. $(LIBRARY_PATH)\libcmt.lib \
  49. $(LIBRARY_PATH)\ole32.lib \
  50. $(LIBRARY_PATH)\oleaut32.lib \
  51. $(LIBRARY_PATH)\uuid.lib \
  52. USE_ATL=1
  53. SOURCES= groupcom.c \
  54. groupimp.cpp \