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