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

  1. #######################################################################
  2. #
  3. # Copyright Microsoft Corporation. All rights reserved.
  4. #
  5. # utillib Makefile
  6. #
  7. ########################################################################
  8. TARGET=utillib.lib
  9. RELEASE=LIB\$(RELDIR)
  10. CFLAGS=$(CFLAGS) -DUTILLIB -D_MBCS -D_DLL -DUSE_POLARITY -DBUILDING_DLL -DWIN32 -D_WINDOWS /YXwindows.h /Fp$(objdir)\utillib.pch /GF
  11. CINC=$(CINC)\
  12. -I$(DEFDRIVE)$(DEFDIR)\INCLUDE \
  13. -I$(DEFDRIVE)$(DEFDIR)\IDL \
  14. -I$(DEFDRIVE)$(DEFDIR)\IDL\$(OBJDIR) \
  15. -I$(DEFDRIVE)$(DEFDIR)\StdLibrary \
  16. -I$(DEFDRIVE)$(DEFDIR)\Win32Provider\Framework\include \
  17. CPPFILES=\
  18. CRegCls.CPP \
  19. analyser.cpp \
  20. assertbreak.cpp \
  21. CHPtrArr.cpp \
  22. CHStrarr.CPP \
  23. CHString.CPP \
  24. utils.cpp \
  25. WbemTime.CPP \