10 lines
155 B
Makefile
10 lines
155 B
Makefile
|
!if 0
|
||
|
Copyright (c) 1998 Microsoft Corporation
|
||
|
!endif
|
||
|
|
||
|
!if "$(NTMAKEENV)" != ""
|
||
|
!INCLUDE $(NTMAKEENV)\makefile.def
|
||
|
!else
|
||
|
!include ..\build\build.mk
|
||
|
!endif
|