You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
437 B
12 lines
437 B
!if "$(NTMAKEENV)" != ""
|
|
#
|
|
# This section is needed for NT builds- please do not replace
|
|
# It will NOT hurt your make process.
|
|
# IF YOU DELETE THIS SECTION IT WILL MAKE THE NT BUILD PROCESS DIE.
|
|
# This means that you will have to start doing your own RISC builds.
|
|
# Please do not delete this section. IT WILL NOT HARM YOUR BUILDS
|
|
# TO LEAVE IT IN. IT IS BENIGN.
|
|
#
|
|
!include $(NTMAKEENV)\makefile.def
|
|
|
|
!endif # !if NTMAKEENV
|