windows-nt/Source/XPSP1/NT/drivers/wdm/input/samples/vxdclnt/vxdclnt.mk
2020-09-26 16:20:57 +08:00

31 lines
721 B
Makefile
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

###############################################################################
#
# Microsoft Confidential
# Copyright (C) Microsoft Corporation 1997
# All Rights Reserved.
#
# Makefile for VXDCLNT sample HID Mapper VxD
#
###############################################################################
ROOT = ..\..\..\..\..
DEVICE = VXDCLNT
DYNAMIC=DYNAMIC
SRCDIR = ..
IS_32 = TRUE
IS_OEM = TRUE
DEPENDNAME = ..\depend.mk
TARGETS = dev sym
LIBS = vxdwraps.lib
OBJS = vxd.obj vxdclnt.obj read.obj write.obj
!include $(ROOT)\dos\dos386\dos386.mk
INCLUDE = $(SRCDIR);$(INCLUDE);$(ROOT)\wdm\ddk\inc;$(ROOT)\dev\ntddk\inc;$(ROOT)\wdm\input\inc
MFLAGS = $(MFLAGS) -m
CFLAGS = $(CFLAGS) -Gz -Ogaisw -D_X86_=1 -DWIN32