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.

49 lines
935 B

  1. #
  2. # Copyright (c) 2000 Microsoft Corporation
  3. #
  4. # Module Name: util
  5. #
  6. # Abstract: Various utilities for use by the IUEngine
  7. #
  8. MAJORCOMP=windows.com
  9. MINORCOMP=lib.util
  10. TARGETNAME=util
  11. #TARGETPATH=$(IU_UTIL_LIB_DIR)
  12. TARGETPATH=$(_OBJ_DIR)
  13. TARGETTYPE=LIBRARY
  14. UMTYPE=windows
  15. #
  16. # Compiler settings
  17. #
  18. # C_DEFINES=-D_USRDLL -D_ATL_MIN_CRT
  19. # PRECOMPILED_CXX=1
  20. # PRECOMPILED_OBJ=StdAfx.obj
  21. # PRECOMPILED_INCLUDE=StdAfx.h
  22. # USE_CRTDLL=1
  23. # USE_LIBCMT=1
  24. # USE_STL=1
  25. # USE_MSVCRT=1
  26. # USE_NATIVE_EH=1
  27. CHICAGO_PRODUCT=1
  28. #BROWSER_INFO=1
  29. #
  30. # we use try/catch for safearray, so we need this flag
  31. #
  32. # USER_C_FLAGS=/GX
  33. INCLUDES= $(INCLUDES);$(BASEDIR)\public\sdk\inc\atl30;..\..\..\inc
  34. SOURCES= \
  35. ..\fileutil.cpp \
  36. ..\StringUtil.cpp \
  37. ..\MemUtil.cpp \
  38. ..\RegUtil.cpp \
  39. ..\WaitUtil.cpp \
  40. ..\timeutil.cpp \
  41. ..\BinCompatible.cpp \
  42. ..\RedirectUtil.cpp \
  43. ..\EnsureACLs.cpp