summaryrefslogtreecommitdiffstats
path: root/private/nw/vwipxspx/dll/sources
blob: 2cb76d0307054ad280933f8a1f28b9ee61ed8c08 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
!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