24 lines
607 B
Makefile
24 lines
607 B
Makefile
|
##########################################################################
|
||
|
#
|
||
|
# 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
|