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.

68 lines
1.4 KiB

  1. !IF 0
  2. Copyright (c) -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. Author:
  11. BogdanT 5-Nov-1997
  12. !ENDIF
  13. !include $(CTOLESTG)\chicago.mk
  14. MAJORCOMP= dbcs
  15. MINORCOMP= ctolestg
  16. #
  17. # This is the name of the target built from the source files specified
  18. # below. The name should include neither the path nor the file extension.
  19. #
  20. TARGETNAME= dbcs
  21. TARGETPATH= obj
  22. #
  23. # This specifies the type of the target, such as PROGRAM, DYNLINK, LIBRARY,
  24. # etc.
  25. #
  26. TARGETTYPE= LIBRARY
  27. INCLUDES= ..\.; \
  28. $(CT_INCLUDES)
  29. C_DEFINES= $(C_DEFINES)
  30. SOURCES= \
  31. ..\dbcs.cxx
  32. UMTYPE= console
  33. UMLIBS= \
  34. $(CT_SYSTEM_LIBS) \
  35. $(CT_UTILS_LIBS)
  36. LINKLIBS=
  37. #
  38. # Note that macro names don't get expanded properly, so we have to
  39. # refer to the PCH via ..\..\...
  40. #
  41. PRECOMPILED_CXX= 1
  42. PRECOMPILED_INCLUDE= ..\..\inc\dfheader.hxx
  43. PRECOMPILED_TARGET= ..\..\inc\chicago\$(O)\dfheader.pch
  44. PRECOMPILED_OBJ= ..\..\inc\chicago\$(O)\dfheader.obj
  45. PRECOMPILED_OPTION= /Yudfheader.hxx /Fp..\..\inc\chicago\$(O)\dfheader.pch