61 lines
1.2 KiB
Plaintext
61 lines
1.2 KiB
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:
|
|
|
|
Steve Wood (stevewo) 12-Apr-1990
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
|
|
BASEONLY=0
|
|
|
|
TARGETNAME=tsremote
|
|
TARGETPATH=..\lib\$(_OBJ_DIR)
|
|
TARGETTYPE=LIBRARY
|
|
|
|
UMTYPE=console
|
|
|
|
MIDL_UUIDDIR=$(O)
|
|
PASS0_SOURCEDIR=$(O)
|
|
PASS0_HEADERDIR=$(O)
|
|
MIDL_TLBDIR=$(O)
|
|
|
|
|
|
# security\h, dsys\common\, private\inc, private\net\inc
|
|
INCLUDES= .;..\inc;$(BASEDIR)\private\net\inc;$(BASEDIR)\private\inc
|
|
|
|
C_DEFINES= $(C_DEFINES) -DUNICODE -D_UNICODE -DBASEONLY=$(BASEONLY)
|
|
|
|
SOURCES= \
|
|
tsremote.c \
|
|
# main.c
|
|
|
|
|
|
TARGETLIBS= \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\mpr.lib \
|
|
$(SDK_LIB_PATH)\wsock32.lib \
|
|
$(SDK_LIB_PATH)\netapi32.lib \
|
|
$(SDK_LIB_PATH)\winmm.lib
|
|
|
|
USE_MSVCRT=1
|
|
UMLIBS=..\lib\$(O)\tsremote.lib
|