You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
474 B
25 lines
474 B
TARGETNAME=perm2
|
|
TARGETPATH=obj
|
|
TARGETTYPE=MINIPORT
|
|
|
|
TARGETLIBS=$(DDK_LIB_PATH)\videoprt.lib
|
|
|
|
AXP64_FLAGS=/QA21164
|
|
|
|
!IFNDEF MSC_WARNING_LEVEL
|
|
MSC_WARNING_LEVEL=/W3
|
|
!ENDIF
|
|
MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
|
|
|
|
INCLUDES=
|
|
|
|
SOURCES=permedia.c \
|
|
permdata.c \
|
|
permmem.c \
|
|
interupt.c \
|
|
pciprobe.c \
|
|
video.c \
|
|
power.c \
|
|
permedia.rc
|
|
|
|
MISCFILES=perm2.inf
|