mirror of https://github.com/tongzx/nt5src
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.
49 lines
908 B
49 lines
908 B
!IF 0
|
|
|
|
Copyright (c) 1999 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
Abstract:
|
|
|
|
Builds Dinput public headers
|
|
|
|
Author:
|
|
|
|
RaymondC
|
|
|
|
History:
|
|
Date By Reason
|
|
==== == ======
|
|
1999- LloydJ first version
|
|
3/20/99 OmSharma Moved to SD
|
|
|
|
!ENDIF
|
|
|
|
!IFNDEF DXROOT
|
|
DXROOT = $(BASEDIR)\MultiMedia\DirectX
|
|
!ENDIF
|
|
|
|
!INCLUDE $(DXROOT)\Project.mk
|
|
|
|
TARGETNAME=
|
|
TARGETTYPE=NOTARGET
|
|
TARGETPATH=obj
|
|
|
|
SOURCES=
|
|
|
|
|
|
PASS0_PUBLISH=\
|
|
{ $(O)\dinput.h = $(SDK_INC_PATH)\dinput.h }\
|
|
{ $(O)\dinputd.h = $(SDK_INC_PATH)\dinputd.h}\
|
|
{ $(O)\dinputp.h = $(PROJECT_INC_PATH)\dinputp.h}\
|
|
{ $(O)\dinputdp.h = $(PROJECT_INC_PATH)\dinputdp.h}\
|
|
{ $(O)\disysdef.h = $(PROJECT_INC_PATH)\disysdef.h}\
|
|
{ $(O)\genre.ini = $(PROJECT_INC_PATH)\genre.ini} \
|
|
|
|
|
|
NTTARGETFILE0=dinput
|
|
MISCFILES=$(O)\Genre.ini
|
|
|