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.
23 lines
461 B
23 lines
461 B
TARGETNAME=perm3
|
|
TARGETTYPE=DRIVER
|
|
TARGETPATH=obj
|
|
|
|
TARGETLIBS=$(DDK_LIB_PATH)\videoprt.lib
|
|
|
|
!IFNDEF MSC_WARNING_LEVEL
|
|
MSC_WARNING_LEVEL=/W3
|
|
!ENDIF
|
|
MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
|
|
|
|
INCLUDES=
|
|
|
|
SOURCES = perm3.c \
|
|
perm3io.c \
|
|
perm3dat.c \
|
|
interupt.c \
|
|
power.c \
|
|
video.c \
|
|
i2c.c \
|
|
perm3.rc
|
|
|
|
MISCFILES=perm3.inf
|