8 lines
195 B
Makefile
8 lines
195 B
Makefile
!if "$(NTMAKEENV)" != ""
|
|
#
|
|
# This section is needed for NT builds- please do not replace
|
|
# It will NOT hurt your make process.
|
|
!include $(NTMAKEENV)\makefile.def
|
|
|
|
!endif # !if NTMAKEENV
|