2020-09-30 17:12:29 +02:00

65 lines
1.3 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
MAJORCOMP=nw
MINORCOMP=vwipxspx
TARGETNAME=vwipxspx
TARGETPATH=$(BASEDIR)\public\sdk\lib
TARGETTYPE=DYNLINK
TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\kernel32.lib \
$(BASEDIR)\public\sdk\lib\*\ntvdm.lib \
$(BASEDIR)\public\sdk\lib\*\wsock32.lib
DLLENTRY=VwDllEntryPoint
DLLBASE=0x03200000
USE_CRTDLL=1
MSC_WARNING_LEVEL=/W3 /WX
INCLUDES=.;..\..\inc;$(BASEDIR)\private\inc;$(BASEDIR)\private\mvdm\vdd\h
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