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