windows-nt/Source/XPSP1/NT/multimedia/directx/gamectrl/handler/win9x/makefile
2020-09-26 16:20:57 +08:00

19 lines
321 B
Makefile

!ifdef NTMAKEENV
# DO NOT EDIT THIS FILE!!! Edit .\joycpl.inc. if you want to add a new
# source file to this component. This file merely indirects to the
# build environment specific common make file.
!INCLUDE $(NTMAKEENV)\makefile.def
!else
# Win 95
#
ROOT =..
WIN32 =TRUE
!include ..\..\build.mk
!endif