# this line brings in 3dsg.lib.
WANT_GRAPHICS_TESTCOMPONENTS_3DSG_LIBS = 1
#WANT_GRAPHICS_LISTENER_LIBS = 1
!include ..\unicodetests.mk

TARGETNAME=SchManager

_NT_TARGET_VERSION = $(_NT_TARGET_VERSION_WIN7)

UMTYPE=console
UMENTRY=main

#
# To include another path in the search, uncomment the following and add the header
# file location.
#
INCLUDES=$(BASE_VID_TST_ROOT)\common\CrossProcSharing\inc; \
         $(BASE_VID_TST_ROOT)\common\Modules\inc; \
         $(INCLUDES);\
          
#
# To link to any private libraries, uncomment the following and add the library.
#
TARGETLIBS=$(TARGETLIBS) \
    $(PUBLIC_ROOT)\internal\windows\lib\*\unicode\etwBaseStatistics.lib \
    $(PUBLIC_ROOT)\internal\windows\lib\*\unicode\etwDxgkernelStatistics.lib \
    $(BASE_VID_TST_OBJ_ROOT)\common\CrossProcSharing\lib\unicode\$O\CrossProcSharing.lib \
    $(BASE_VID_TST_OBJ_ROOT)\common\Modules\lib\unicode\$O\TestModules.lib \

SOURCES=\
    main.cpp \
    ManagerClient.cpp \
    PreemptionEvent.cpp \
    Main.rc \

SOURCES=$(SOURCES) kitContent.kml

