Leaked source code of windows server 2003
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.
 
 
 
 
 
 

41 lines
896 B

TARGETNAME=GcKernel
TARGETTYPE=DRIVER
DRIVERTYPE=WDM
C_DEFINES=/DCOMPILE_FOR_WDM_KERNEL_MODE /DBUILD_WIN2K
MSC_WARNING_LEVEL=-W3 -WX
MSC_OPTIMIZATION=/Ow /O1 /Og /GF
TARGETPATH=obj
INCLUDES= ..\inc;\
..\controlitemcollection;\
..\..\..\inc;\
$(DDK_INC_PATH);\
$(WDM_INC_PATH)
TARGETLIBS= $(DDK_LIB_PATH)\hidparse.lib\
..\controlitemcollection\obj\i386\controlitemcollection.lib
USE_MAPSYM=1
SOURCES= CTRL.c \
CTRL_Ioctl.c \
FLTR.c \
FLTR_PnP.cpp \
internalpoll.c \
GckShell.c \
purecall.c \
RemLock.c \
SetDebugLevel.c \
SWVBEnum.cpp \
SWVB_PnP.cpp \
SWVKBD.cpp \
SwvMouse.cpp \
FilterHooks.cpp \
Filter.cpp \
IrpQueue.cpp \
GcKernel.rc