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

8 lines
136 B
Makefile

!if "$(NTMAKEENV)" != ""
!INCLUDE $(NTMAKEENV)\makefile.def
!else
ROOT =..\..
WIN32 =TRUE
!include $(ROOT)\build\build.mk
!endif