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.

90 lines
1.9 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. David Plummer (davepl) 19-Mar-94
  12. Modifed by via awk to include global project include file
  13. and to wrap precompiled header line within a conditional
  14. that can be set in this include file.
  15. Drew Bliss (DrewB) 21-Dec-1993
  16. !ENDIF
  17. CHICAGO_PRODUCT= 1
  18. MAJORCOMP= cairole
  19. MINORCOMP= stg
  20. #
  21. # This is the name of the target built from the source files specified
  22. # below. The name should include neither the path nor the file extension.
  23. #
  24. TARGETNAME= storag32
  25. #
  26. # This specifies where the target is to be built. A private target of
  27. # type LIBRARY or DYNLINK should go to obj, whereas a public target of
  28. # type LIBRARY or DYNLINK should go to $(BASEDIR)\public\sdk\lib.
  29. #
  30. TARGETPATH= $(BASEDIR)\public\sdk\lib\chicago
  31. #
  32. # This specifies the type of the target, such as PROGRAM, DYNLINK, LIBRARY,
  33. # etc.
  34. #
  35. TARGETTYPE= DYNLINK
  36. DLLDEF= obj\*\storag32.def
  37. DLLBASE=@$(BASEDIR)\PUBLIC\SDK\LIB\chicago\coffbase.txt,storag32
  38. SOURCES= ..\dummy.c
  39. C_DEFINES= \
  40. $(C_DEFINES) \
  41. UMTYPE= console
  42. UMAPPL=
  43. UMTEST=
  44. DLLENTRY= DllEntryPoint
  45. LINKLIBS= \
  46. ..\..\common\chicago\obj\*\dfcommon.lib \
  47. ..\..\docfile\chicago\obj\*\docfile.lib \
  48. ..\..\exp\chicago\obj\*\exp.lib \
  49. ..\..\msf\chicago\obj\*\msf.lib \
  50. ..\..\wclib\chicago\obj\*\wclib.lib \
  51. $(BASEDIR)\public\sdk\lib\chicago\*\kernel32.lib\
  52. $(BASEDIR)\public\sdk\lib\chicago\*\user32.lib
  53. TARGETLIBS= $(BASEDIR)\public\sdk\lib\chicago\*\compob32.lib
  54. PRECOMPILED_INCLUDE=
  55. PRECOMPILED_OPTION=
  56. PRECOMPILED_TARGET=
  57. PRECOMPILED_CXX=
  58. !IF $(386)
  59. NTTARGETFILE0=$(DLLDEF:*=i386)
  60. !ENDIF