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.
|
|
#****************************** File Header ******************************\ # File Name: Sources # # Copyright (c) 1985-96, Microsoft Corporation # # # 04-08-96 GerardoB Created #***************************************************************************/ MAJORCOMP=sdktools MINORCOMP=qtcp
TARGETNAME=qtcp TARGETPATH=obj TARGETTYPE=PROGRAM
USE_MSVCRT=1
TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\wmip.lib \ $(BASEDIR)\public\sdk\lib\*\uuid.lib
INCLUDES=..; \ $(BASEDIR)\public\sdk\inc; \ $(BASEDIR)\public\ddk\inc;
SOURCES= zaw.c
UMTYPE=console
|