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.

96 lines
2.2 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. NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
  12. !ENDIF
  13. GETCONN_DIR = ..\..
  14. #
  15. # Cross-compiler macros for unique naming
  16. #
  17. MAJORCOMP = ie4
  18. MINORCOMP = trialoc
  19. #
  20. # Defines for common.inc
  21. #
  22. TARGET_BOTH = 1
  23. #
  24. # Include our common makefile
  25. #
  26. !include $(GETCONN_DIR)\common.inc
  27. INCLUDES = $(INCLUDES);$(GETCONN_DIR)\trialoc
  28. PASS0_HEADERDIR = $(O)
  29. PASS0_SOURCEDIR = $(O)
  30. MIDL_TLBDIR = $(O)
  31. MIDL_UUIDDIR = $(O)
  32. #
  33. # Common settings required by build.exe and makefile.def
  34. #
  35. #WINVER_VERSION = 0x400
  36. TARGETNAME = trialoc
  37. TARGETPATH = obj
  38. TARGETTYPE = DYNLINK
  39. TARGETLIBS = $(LIBRARY_PATH)\gdi32.lib \
  40. $(LIBRARY_PATH)\kernel32.lib \
  41. $(LIBRARY_PATH)\user32.lib \
  42. $(LIBRARY_PATH)\advapi32.lib \
  43. $(LIBRARY_PATH)\shell32.lib \
  44. $(LIBRARY_PATH)\uuid.lib \
  45. $(LIBRARY_PATH)\ole32.lib \
  46. $(LIBRARY_PATH)\oleaut32.lib \
  47. $(SDK_LIB_PATH)\version.lib \
  48. !if defined(NOT_UNICODE)
  49. $(GETCONN_DIR)\lib\ansi\$O\stocklib.lib \
  50. !else
  51. $(GETCONN_DIR)\lib\unicode\$O\stocklib.lib \
  52. !endif
  53. PRECOMPILED_CXX = 1
  54. USE_STATIC_ATL = 1
  55. USE_MSVCRT = 1
  56. DLLDEF = ..\trialoc.def
  57. DLLBASE = 0x63A00000
  58. DLLENTRY = DllMain
  59. #
  60. # List of sources
  61. #
  62. SOURCES = \
  63. ..\trialoc.rc \
  64. ..\trialoc.idl \
  65. ..\debug.cpp \
  66. ..\trialoc.cpp \
  67. ..\trialend.cpp \
  68. ..\stdatl.cpp
  69. PRECOMPILED_INCLUDE = ..\stdafx.h