6 lines
100 B
Makefile
6 lines
100 B
Makefile
|
!if "$(NTMAKEENV)" != ""
|
||
|
!INCLUDE $(NTMAKEENV)\makefile.def
|
||
|
!else
|
||
|
!include ..\build\build.mk
|
||
|
!endif
|