!IF 0

Copyright (c) 1997  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.


Author:

    Kenneth Ray Jan-1997

NOTE:   Commented description of this file is in \nt\bak\bin\sources.tpl

!ENDIF

TARGETNAME=GameEnum
TARGETTYPE=DRIVER
DRIVERTYPE=WDM

USER_C_FLAGS=-Fc 
MSC_WARNING_LEVEL=-W3 -WX
MSC_OPTIMIZATION=/Odi

TARGETPATH=$(BASEDIR)\lib

INCLUDES=..\..\inc;  \
         $(BASEDIR)\inc;

TARGETLIBS=$(BASEDIR)\lib\i386\free\ntpnp.lib
            

#USE_MAPSYM=1

SOURCES= gameenum.rc \
         gameenum.c \
         pnp.c
         
         
         
         
