65 lines
1.3 KiB
Plaintext
65 lines
1.3 KiB
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (c) 1989-1992 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:
|
||
|
|
||
|
John Rogers (JohnRo) 21-Mar-1991
|
||
|
|
||
|
NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
|
||
|
|
||
|
Revision History:
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
TARGETNAME=NetRap
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=DYNLINK
|
||
|
|
||
|
TARGETLIBS=\
|
||
|
$(SDK_LIB_PATH)\kernel32.lib \
|
||
|
$(SDK_LIB_PATH)\netlib.lib \
|
||
|
$(DS_LIB_PATH)\netapi32p.lib
|
||
|
|
||
|
INCLUDES=$(NET_INC_PATH); \
|
||
|
$(BASE_INC_PATH); \
|
||
|
$(PROJECT_ROOT)\netapi\inc;
|
||
|
|
||
|
!IFNDEF DISABLE_NET_UNICODE
|
||
|
UNICODE=1
|
||
|
NET_C_DEFINES=-DUNICODE
|
||
|
!ENDIF
|
||
|
|
||
|
USE_MSVCRT=1
|
||
|
|
||
|
SOURCES= \
|
||
|
ArrayLen.c \
|
||
|
AuxData.c \
|
||
|
Ascii.c \
|
||
|
Convert.c \
|
||
|
Data.c \
|
||
|
Examine.c \
|
||
|
FieldSiz.c \
|
||
|
netrap.rc \
|
||
|
ParmNum.c \
|
||
|
Pointer.c \
|
||
|
StrucAlg.c \
|
||
|
StrucSiz.c \
|
||
|
TotalSiz.c \
|
||
|
ValidSmb.c
|
||
|
|
||
|
PASS1_PUBLISH= \
|
||
|
{$(O)\netrap.lib=$(SDK_LIB_PATH)\netrap.lib}
|