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.
23 lines
607 B
23 lines
607 B
##########################################################################
|
|
#
|
|
# Microsoft Confidential
|
|
# Copyright (C) Microsoft Corporation 1991
|
|
# All Rights Reserved.
|
|
#
|
|
##########################################################################
|
|
|
|
!if "$(NTMAKEENV)" != ""
|
|
#
|
|
# This section is for the NT build ONLY.
|
|
# For NT build, change the 'sources' or 'dirs' file, not this makefile
|
|
#
|
|
|
|
#
|
|
# Complete hack until I figure out where the project gets checked in.
|
|
#
|
|
COFFBASE_TXT_FILE=..\base.txt
|
|
# end hack
|
|
|
|
!INCLUDE $(NTMAKEENV)\makefile.def
|
|
|
|
!endif # !if NTMAKEENV
|