!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 (kenray) Jan-1997

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

!ENDIF

TARGETNAME=GameEnum
TARGETTYPE=PROGRAM
UMTYPE=windows
UMENTRY=main
UMBASE=0x01000000

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

TARGETPATH=$(BASEDIR)\lib

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

TARGETLIBS=$(BASEDIR)\lib\*\free\setupapi.lib
            

#USE_MAPSYM=1

SOURCES= locate.c \
         gameenum.rc
         
         
         
         
