15 lines
326 B
Makefile
15 lines
326 B
Makefile
|
# --------------------------------------------------------------------
|
||
|
#
|
||
|
# Copyright(c) Microsoft Corp., 1997
|
||
|
#
|
||
|
# --------------------------------------------------------------------
|
||
|
|
||
|
!ifdef NTMAKEENV
|
||
|
|
||
|
!INCLUDE $(NTMAKEENV)\makefile.def
|
||
|
|
||
|
!else # NTMAKEENV
|
||
|
!error - You forgot to set your build environment
|
||
|
!endif
|
||
|
|