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.
34 lines
657 B
34 lines
657 B
#-------------------------------------------------------------------
|
|
# Copyright (c)1999 Microsoft Corporation, All Rights Reserved.
|
|
#
|
|
# sources
|
|
#
|
|
#-------------------------------------------------------------------
|
|
|
|
TARGETNAME=irtranp
|
|
TARGETTYPE=LIBRARY
|
|
TARGETPATH=.
|
|
|
|
INCLUDES=.;..\..\..\..\inc
|
|
|
|
SYNCHRONIZE_DRAIN=1
|
|
|
|
SOURCES=irtranp.cpp \
|
|
io.cpp \
|
|
iostatus.cpp \
|
|
complete.cpp \
|
|
conn.cpp \
|
|
byteswap.cpp \
|
|
scep.cpp \
|
|
bftp.cpp \
|
|
memory.cpp
|
|
|
|
PRECOMPILED_INCLUDE=precomp.h
|
|
PRECOMPILED_CXX=1
|
|
|
|
#
|
|
# Use _cdecl calling convention
|
|
#
|
|
386_STDCALL=0
|
|
|
|
|