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.
 
 
 
 
 
 

30 lines
792 B

#######################################################################
#
# Copyright © 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 \