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

7 lines
121 B
Makefile

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