7 lines
115 B
Makefile
7 lines
115 B
Makefile
|
!if "$(NTMAKEENV)" != ""
|
||
|
!INCLUDE $(NTMAKEENV)\makefile.def
|
||
|
!else
|
||
|
WIN32 =TRUE
|
||
|
!include ..\..\build\build.mk
|
||
|
!endif
|