19 lines
321 B
Makefile
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
|