windows-nt/Source/XPSP1/NT/multimedia/directx/dinput/pid/sources.inc
2020-09-26 16:20:57 +08:00

60 lines
1.2 KiB
PHP
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.

!ifndef DXROOT
DXROOT=$(BASEDIR)\MultiMedia\DirectX
!endif
!INCLUDE $(DXROOT)\Project.mk
MAJORCOMP=windows
MINORCOMP=media
UMTYPE=windows
TARGETNAME=pid
TARGETTYPE=DYNLINK
TARGETPATH=obj
!ifndef DXROOT
DXROOT=..\..
!endif
INCLUDES=$(INCLUDES); \
..\; \
$(DXROOT)\inc;\
NTTARGETFILES=
#
# 04/10/2000 - allows for addition of BoundsChecker, etc
# libs specified in the OS environment
#
TARGETLIBS=$(TARGETLIBS) \
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\advapi32.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\hid.lib \
$(SDK_LIB_PATH)\uuid.lib \
DLLENTRY=DllEntryPoint
LINKER_FLAGS=-SECTION:share,RWS
SOURCES= \
..\pid.rc \
..\assert.c \
..\clsfact.c \
..\dimem.c \
..\effdrv.c \
..\guids.c \
..\main.c \
..\pidHid.c \
..\pidOp.c \
..\pidParam.c \
..\pideff.c \
..\pidinit.c \
..\pidreg.c \
..\pidrd.c \
..\usgtxt.c \
DLLDEF=..\pid.def
PRECOMPILED_INCLUDE=..\PIDpr.h