33 lines
736 B
Plaintext
33 lines
736 B
Plaintext
TARGETNAME=net
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
USE_MSVCRT=1
|
|
|
|
INCLUDES=$(PROJECT_ROOT)\ntsetup\opktools\setupmgr\include;
|
|
|
|
!INCLUDE $(PROJECT_ROOT)\ntsetup\opktools\sources.inc
|
|
|
|
C_DEFINES= -DUNICODE -D_UNICODE -DWORD97_STYLE
|
|
|
|
SOURCES=domain.c \
|
|
lanwiz.c \
|
|
addevice.c \
|
|
tcpip.c \
|
|
client.c \
|
|
service.c \
|
|
protocol.c \
|
|
msclient.c \
|
|
msnwipx.c \
|
|
numcards.c \
|
|
appletlk.c \
|
|
tcpipcom.c \
|
|
tcpipdns.c \
|
|
tcpipip.c \
|
|
tcpipopt.c \
|
|
tcpipwin.c \
|
|
netware.c
|
|
|
|
PRECOMPILED_INCLUDE=pch.h
|
|
PRECOMPILED_PCH=pch.pch
|
|
PRECOMPILED_OBJ=pch.obj |