2025-04-27 07:49:33 -04:00

15 lines
340 B
Makefile

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