52 lines
917 B
Plaintext
52 lines
917 B
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1989 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
Abstract:
|
|
|
|
This file specifies the target component being built and the list of
|
|
sources files needed to build that component. Also specifies optional
|
|
compiler switches and libraries that are unique for the component being
|
|
built.
|
|
|
|
|
|
Author:
|
|
|
|
Stanley Tam (stanleyt) 6-June-1997
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
!include ..\..\..\..\place.inc
|
|
|
|
MAJORCOMP=W3
|
|
MINORCOMP=client
|
|
|
|
TARGETNAME=client
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
USE_MSVCRT=1
|
|
USE_MSVCRT=1
|
|
|
|
TARGETLIBS= \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\wininet.lib
|
|
|
|
|
|
INCLUDES=..\..\inc;..\inc;
|
|
|
|
SOURCES= \
|
|
client.c \
|
|
main.c \
|
|
client.rc
|
|
|
|
UMTYPE=console
|