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.

42 lines
770 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1989 - 1999
  3. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  4. !ENDIF
  5. TARGETNAME=writers
  6. TARGETTYPE=LIBRARY
  7. TARGETPATHLIB=obj
  8. TARGETPATH=..\..\lib\$(_OBJ_DIR)
  9. UMTYPE=windows
  10. NOT_LEAN_AND_MEAN=1
  11. USE_IOSTREAM = 1
  12. USE_NATIVE_EH=ASYNC
  13. USE_ATL=1
  14. ATL_VER=30
  15. USE_MSVCRT=1
  16. C_DEFINES=-DWIN_32 -D_WINDOWS -DNT -D_WIN32_DCOM -DUNICODE -D_UNICODE -D_ATL_NO_DEBUG_CRT
  17. !if !$(FREEBUILD)
  18. C_DEFINES=$(C_DEFINES) -D_DEBUG
  19. !endif
  20. SOURCES= \
  21. regwriter.cxx \
  22. evtlogwriter.cxx \
  23. comregdbwriter.cxx
  24. INCLUDES = \
  25. ..\..\inc; \
  26. ..\..\..\inc\derived; \
  27. ..\..\..\..\..\volsnap
  28. PRECOMPILED_CXX = 1
  29. PRECOMPILED_INCLUDE = stdafx.h
  30. PRECOMPILED_OBJ = precomp.obj