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.

88 lines
2.0 KiB

  1. !IF 0
  2. Copyright (c) 1989-1996 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. History:
  11. Common ccshell makefile and cleanup 15-Apr-96 Scott Hysom (scotth)
  12. Created 27-Sep-94 by Bob Day (bobday)
  13. from template created 12-Apr-1990 by Steve Wood (stevewo)
  14. NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
  15. !ENDIF
  16. GETCONN_DIR = ..\..
  17. #
  18. # Cross-compiler macros for unique naming
  19. #
  20. MAJORCOMP = GETCONN
  21. MINORCOMP = icwtutor.exe
  22. #
  23. # Defines for common.inc
  24. #
  25. TARGET_BOTH = 1
  26. USE_LIBCMT = 1
  27. #
  28. # Include our common makefile
  29. #
  30. !include $(GETCONN_DIR)\common.inc
  31. # USE cdecl calling
  32. 386_STDCALL = 0
  33. #
  34. # Common settings required by build.exe and makefile.def
  35. #
  36. TARGETNAME = icwtutor
  37. TARGETPATH = obj
  38. TARGETTYPE = PROGRAM
  39. TARGETLIBS =
  40. UMENTRY = winmain
  41. LINKLIBS = \
  42. $(LIBRARY_PATH)\kernel32.lib \
  43. $(LIBRARY_PATH)\user32.lib \
  44. $(LIBRARY_PATH)\gdi32.lib \
  45. $(LIBRARY_PATH)\comdlg32.lib \
  46. $(LIBRARY_PATH)\advapi32.lib \
  47. $(LIBRARY_PATH)\shell32.lib \
  48. $(LIBRARY_PATH)\ole32.lib \
  49. $(LIBRARY_PATH)\comctl32.lib \
  50. $(LIBRARY_PATH)\urlmon.lib \
  51. $(LIBRARY_PATH)\uuid.lib \
  52. $(LIBRARY_PATH)\comctl32.lib \
  53. $(SDK_LIB_PATH)\oleaut32.lib \
  54. !if defined(NOT_UNICODE)
  55. $(GETCONN_DIR)\lib\ansi\$O\stocklib.lib \
  56. !else
  57. $(GETCONN_DIR)\lib\unicode\$O\stocklib.lib \
  58. !endif
  59. #
  60. # List of sources
  61. #
  62. SOURCES = \
  63. ..\icwtutor.rc \
  64. ..\icwtutor.cpp