!if 0
Copyright (c) Microsoft Corporation.  All rights reserved.
!endif
!if 0
This source code is licensed under Microsoft Shared Source License
Version 1.0 for Windows CE.
For a copy of the license visit http://go.microsoft.com/fwlink/?LinkId=3223.
!endif
!IF 0


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.



!ENDIF


########################################################################
#        COMMON SETTINGS                                               #
########################################################################
DLLENTRY=DllMain
TARGETNAME=PCMLegacyTest
TARGETTYPE=DYNLINK
WINCEOEM=1
WINCEMACRO=1

SOURCES=\
	pcmciawr.cpp \
	shellproc.cpp\
	ConfigTest.cpp \
	IntrTest.cpp \
	MaskTest.cpp \
	TplTest.cpp \
	scardtpl.cpp \
	WinTest.cpp \
	common.cpp \
	miniThread.cpp \
	Testmanager.cpp \
	TestMain.cpp \
	ddlxioct.cpp \
	dialogboxes.rc \

CDEFINES=$(COMMON_CDEFINES) $(DEP_DEFINES)

INCLUDES=$(_COMMONOAKROOT)\inc; \
	 $(_COMMONDDKROOT)\inc; \
	 $(_PRIVATEROOT)\test\common\inc;\
	 $(_PRIVATEROOT)\test\drivers\pccard\inc; \
	 $(_PRIVATEROOT)\test\drivers\pccard\Function\lib; \


TARGETLIBS=						\
      $(_COMMONSDKROOT)\lib\$(_CPUINDPATH)\coredll.lib		\
      $(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\ceddk.lib		\
      $(_PROJECTOAKROOT)\lib\$(_CPUINDPATH)\kato.lib		\

SOURCELIBS=						\
      $(_PROJECTOAKROOT)\lib\$(_CPUINDPATH)\regmani.lib		\


