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.
 
 
 
 
 
 

43 lines
634 B

MAJORCOMP=TDILIB
MINORCOMP=LIB
TARGETNAME=TDILIB
TARGETPATH=obj
TARGETTYPE=LIBRARY
USE_CRTDLL=1
USE_MAPSYM=1
USE_NATIVE_EH=1
USE_NOLIBS=1
MSC_OPTIMIZATION=/Od
PRECOMPILED_INCLUDE=stdafx.h
PRECOMPILED_PCH=stafx.pch
PRECOMPILED_OBJ=stdafx.obj
PRECOMPILED_CXX=1
C_DEFINES= \
-DWINVER=0x0400 \
-DWIN32 \
-D_WINDOWS \
-D_USRDLL \
-D_MBCS \
-D_WIN32WIN_ -DWIN2K
SOURCES= \
connect.cpp \
events.cpp \
misc.cpp \
open.cpp \
receive.cpp \
send.cpp \
tdilib.cpp \
tdiquery.cpp\
utils.cpp
INCLUDES= \
.;..\inc;$(DDK_INC_PATH)