mirror of https://github.com/tongzx/nt5src
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.
32 lines
774 B
32 lines
774 B
#######################################################################
|
|
|
|
#
|
|
|
|
# Copyright (c) 1997-2001 Microsoft Corporation, All Rights Reserved
|
|
#
|
|
# utillib Makefile
|
|
#
|
|
########################################################################
|
|
|
|
TARGET=utillib.lib
|
|
|
|
RELEASE=LIB\$(RELDIR)
|
|
|
|
CFLAGS=$(CFLAGS) -DUTILLIB -D_MBCS -D_DLL -DUSE_POLARITY -DBUILDING_DLL -DWIN32 -D_WINDOWS /YXwindows.h /Fp$(objdir)\utillib.pch /GF
|
|
|
|
CINC=$(CINC)\
|
|
-I$(DEFDRIVE)$(DEFDIR)\INCLUDE \
|
|
-I$(DEFDRIVE)$(DEFDIR)\IDL \
|
|
-I$(DEFDRIVE)$(DEFDIR)\IDL\$(OBJDIR) \
|
|
-I$(DEFDRIVE)$(DEFDIR)\StdLibrary \
|
|
-I$(DEFDRIVE)$(DEFDIR)\Win32Provider\Framework\include \
|
|
|
|
CPPFILES=\
|
|
CRegCls.CPP \
|
|
analyser.cpp \
|
|
assertbreak.cpp \
|
|
CHPtrArr.cpp \
|
|
CHStrarr.CPP \
|
|
CHString.CPP \
|
|
utils.cpp \
|
|
WbemTime.CPP \
|