2025-04-27 07:49:33 -04:00

19 lines
339 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