8 lines
141 B
Makefile
8 lines
141 B
Makefile
!if "$(NTMAKEENV)" != ""
|
|
!INCLUDE $(NTMAKEENV)\makefile.def
|
|
!else
|
|
MAKE1632=TRUE
|
|
NAME =spud # slm is stupid
|
|
!include ..\build\build.mk
|
|
!endif
|