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