summaryrefslogblamecommitdiffstats
path: root/private/ole32/stg/wclib/filelist.mk
blob: 2de1eb2f89117b659e297fe98cac44661f31e9c7 (plain) (tree)

































                                                                            
############################################################################
#
#   Copyright (C) 1992-1993, Microsoft Corporation.
#
#   All rights reserved.
#
############################################################################


# Only used for non-NT builds since NT has WCHAR support in the CRT
!if "$(OPSYS)" == "NT" || "$(OPSYS)" == "NT1X"
!error $(OLE)\wclib used for NT
!endif

#
#   Name of target.  Include an extension (.dll, .lib, .exe)
#   If the target is part of the release, set RELEASE to 1.
#

TARGET      = wclib.lib

#
#   Source files.  Remember to prefix each name with .\
#

CXXFILES    =
CFILES      = .\wcschr.c   \
	      .\wcscpy.c   \
	      .\wcscmp.c   \
              .\wcslen.c   \
	      .\wcsncmp.c  \
	      .\wcsicmp.c  \
	      .\wcsnicmp.c \
	      .\wcsrchr.c