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.
19 lines
250 B
19 lines
250 B
!IF 0
|
|
|
|
Copyright (c) 1997-1999 Microsoft Corporation
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=GameEnum
|
|
TARGETTYPE=DRIVER
|
|
DRIVERTYPE=WDM
|
|
|
|
MSC_WARNING_LEVEL=-W3 -WX
|
|
|
|
TARGETPATH=obj
|
|
|
|
INCLUDES=
|
|
|
|
SOURCES= gameenum.rc \
|
|
gameenum.c \
|
|
pnp.c
|