2020-09-30 16:53:49 +02:00

13 lines
185 B
Makefile

#
# Generic makefile for NT build process and Win95 DEV enviroment
#
!if "$(OS)" == "Windows_NT"
!INCLUDE $(NTMAKEENV)\makefile.def
!else
!include ..\..\build.mk
!endif