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
37 lines
679 B
!IF 0
|
|
|
|
Copyright (C) Microsoft Corporation, 1989 - 1999
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=jetwriter
|
|
TARGETTYPE=LIBRARY
|
|
TARGETPATH=..\..\lib\$(_OBJ_DIR)
|
|
|
|
|
|
NOT_LEAN_AND_MEAN=1
|
|
USE_IOSTREAM = 1
|
|
USE_NATIVE_EH=ASYNC
|
|
USE_ATL=1
|
|
ATL_VER=30
|
|
USE_MSVCRT=1
|
|
|
|
C_DEFINES=-DWIN_32 -D_WINDOWS -DNT -D_WIN32_DCOM -DUNICODE -D_UNICODE -D_ATL_NO_DEBUG_CRT
|
|
|
|
!if !$(FREEBUILD)
|
|
C_DEFINES=$(C_DEFINES) -D_DEBUG
|
|
!endif
|
|
|
|
SOURCES= \
|
|
ijetwriter.cpp
|
|
|
|
INCLUDES = ..\..\inc; \
|
|
$(DS_INC_PATH)
|
|
|
|
SYNCHRONIZE_DRAIN=1
|
|
|
|
PRECOMPILED_CXX = 1
|
|
PRECOMPILED_INCLUDE = stdafx.h
|
|
PRECOMPILED_OBJ = precomp_jetwriter.obj
|