summaryrefslogtreecommitdiffstats
path: root/private/ntos/tdi/isn/isnext/daytona/sources
blob: 032c146bb7eab9cefba5221a8547f30c6f14e482 (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
MAJORCOMP=isn
MINORCOMP=isnext

TARGETNAME=isnext
TARGETPATH=obj
TARGETTYPE=DYNLINK

DLLDEF=obj\*\isnext.def

SOURCES=\
        ..\isnext.c \
        ..\nbext.c \
        ..\isnext.rc \
		..\ipxext.c \
		..\traverse.c \
		..\spxext.c \
		..\cteext.c

UMTYPE=windows

INCLUDES=\
    ..\;\
    $(BASEDIR)\private\ntos\tdi\isn\inc;\
    $(BASEDIR)\private\ntos\tdi\isn\nb;\
    $(BASEDIR)\private\ntos\tdi\isn\spx;\
    $(BASEDIR)\private\ntos\tdi\isn\spx\h;\
    $(BASEDIR)\private\ntos\tdi\isn\ipx;\
    $(BASEDIR)\private\ntos\inc;\
    $(BASEDIR)\private\inc

MSC_WARNING_LEVEL=/W3 /WX

C_DEFINES=$(C_DEFINES) -D_PNP_POWER=1 -DBACK_FILL=1
#-DRSRC_TIMEOUT_DBG

#C_DEFINES=$(C_DEFINES)

TARGETLIBS=\
    $(BASEDIR)\public\sdk\lib\*\kernel32.lib

USE_NTDLL=1

PRECOMPILED_INCLUDE=..\precomp.h
PRECOMPILED_PCH=..\precomp.pch
PRECOMPILED_OBJ=..\precomp.obj