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.

25 lines
496 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.Logging
  10. TARGETNAME=Logging
  11. #TARGETPATH=$(IU_UTIL_LIB_DIR)
  12. TARGETPATH=$(_OBJ_DIR)
  13. TARGETTYPE=LIBRARY
  14. UMTYPE=windows
  15. CHICAGO_PRODUCT=1
  16. #BROWSER_INFO=1
  17. INCLUDES= $(INCLUDES);$(BASEDIR)\public\sdk\inc\atl30;..\..\..\inc
  18. TARGETLIBS= $(IU_UTIL_LIB_DIR)\*\util.lib
  19. SOURCES= \
  20. ..\IULogger.cpp \
  21. ..\FreeLog.cpp