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.

37 lines
679 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=jetwriter
  6. TARGETTYPE=LIBRARY
  7. TARGETPATH=..\..\lib\$(_OBJ_DIR)
  8. NOT_LEAN_AND_MEAN=1
  9. USE_IOSTREAM = 1
  10. USE_NATIVE_EH=ASYNC
  11. USE_ATL=1
  12. ATL_VER=30
  13. USE_MSVCRT=1
  14. C_DEFINES=-DWIN_32 -D_WINDOWS -DNT -D_WIN32_DCOM -DUNICODE -D_UNICODE -D_ATL_NO_DEBUG_CRT
  15. !if !$(FREEBUILD)
  16. C_DEFINES=$(C_DEFINES) -D_DEBUG
  17. !endif
  18. SOURCES= \
  19. ijetwriter.cpp
  20. INCLUDES = ..\..\inc; \
  21. $(DS_INC_PATH)
  22. SYNCHRONIZE_DRAIN=1
  23. PRECOMPILED_CXX = 1
  24. PRECOMPILED_INCLUDE = stdafx.h
  25. PRECOMPILED_OBJ = precomp_jetwriter.obj