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.

57 lines
1.0 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. Revision History:
  11. !ENDIF
  12. TARGETNAME=CharConv
  13. TARGETTYPE=LIBRARY
  14. TARGETPATH=obj
  15. INCLUDES=..;$(BASEDIR)\private\inc;..\..\mtrt
  16. #
  17. # Setup for application developer to set breakpoints with windbg
  18. #
  19. MSC_WARNING_LEVEL=/W3 /WX
  20. #NTDEBUG=ntsd
  21. #NTDEBUGTYPE=windbg
  22. #MSC_OPTIMIZATION=/Od
  23. PRECOMPILED_INCLUDE=..\precomp.hxx
  24. PRECOMPILED_CXX=1
  25. SOURCES= \
  26. ..\CharConv.cxx
  27. RPCENV= $(RPCENV) -DNTENV -DWIN32RPC -DNTWIN32RPC -D_RPCRT4_
  28. C_DEFINES=$(RPCENV) $(RPCTARGETENV) /DMSWMSG -D_RPCRT4_
  29. # Used only for unit tests
  30. USE_MSVCRT=1
  31. UMTEST=ConvBVT
  32. UMTYPE=console
  33. UMLIBS= \
  34. $(SDK_LIB_PATH)\ntdll.lib \
  35. $(SDK_LIB_PATH)\kernel32.lib \
  36. $(SDK_LIB_PATH)\advapi32.lib \
  37. $(O)\charconv.obj