windows-nt/Source/XPSP1/NT/ds/nw/vwipxspx/dll/sources
2020-09-26 16:20:57 +08:00

60 lines
1.2 KiB
Plaintext

!IF 0
Copyright (c) 1989-1991 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.
History:
Created 12-Sep-1991 by Richard L Firth (rfirth)
from template created 12-Apr-1990 by Steve Wood (stevewo)
NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
!ENDIF
TARGETNAME=vwipxspx
TARGETPATH=obj
TARGETTYPE=DYNLINK
DLLENTRY=VwDllEntryPoint
TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\ntvdm.lib \
$(SDK_LIB_PATH)\wsock32.lib
USE_MSVCRT=1
INCLUDES=.;$(PROJECT_ROOT)\nw\inc;
SOURCES=vwdll.c \
vwipx.c \
vwspx.c \
vwasync.c \
vwmisc.c \
vwdebug.c \
socket.c \
vwinapi.c \
vwdos.c \
vwipxspx.rc \
util.c
C_DEFINES=-DMAX_OPEN_SOCKETS=150 -DSPX_HACK=1 -DREUSEADDR=1
!ifdef MARS_PCH
PRECOMPILED_INCLUDE=vw.h
PRECOMPILED_PCH=vw.pch
PRECOMPILED_OBJ=vw.obj
!endif