mirror of
https://github.com/SSCLI/sscli_20021101
synced 2026-06-08 12:28:57 +00:00
9fa3874800
Moved the original file to the archive subfolder.
68 lines
1.4 KiB
Plaintext
68 lines
1.4 KiB
Plaintext
# ==++==
|
|
#
|
|
#
|
|
# Copyright (c) 2002 Microsoft Corporation. All rights reserved.
|
|
#
|
|
# The use and distribution terms for this software are contained in the file
|
|
# named license.txt, which can be found in the root of this distribution.
|
|
# By using this software in any fashion, you are agreeing to be bound by the
|
|
# terms of this license.
|
|
#
|
|
# You must not remove this notice, or any other, from this software.
|
|
#
|
|
#
|
|
# ==--==
|
|
!include $(NTMAKEENV)\sources.cor
|
|
|
|
INCLUDES =$(INCLUDES);..\..\clr\src\inc;
|
|
|
|
TARGETNAME=nmake
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
USE_MSVCRT=1
|
|
|
|
C_DEFINES=$(C_DEFINES) -DNT_BUILD
|
|
|
|
MSC_WARNING_LEVEL = -W3 -WX
|
|
|
|
SOURCES=action.cpp \
|
|
build.cpp \
|
|
charmap.cpp \
|
|
command.cpp \
|
|
error.cpp \
|
|
exec.cpp \
|
|
file.cpp \
|
|
getrcmsg.c \
|
|
globals.cpp \
|
|
ifexpr.cpp \
|
|
init.cpp \
|
|
inline.cpp \
|
|
lexer.cpp \
|
|
macro.cpp \
|
|
nmake.cpp \
|
|
parser.cpp \
|
|
print.cpp \
|
|
rpn.cpp \
|
|
rule.cpp \
|
|
util.cpp \
|
|
utilp.cpp \
|
|
win32.cpp
|
|
|
|
|
|
USECXX_FLAG=/TP
|
|
|
|
UMTYPE=console
|
|
|
|
MESSAGE_SRC = nmmsg.us
|
|
NTTARGETFILE0 =
|
|
|
|
|
|
PRECOMPILED_INCLUDE=precomp.h
|
|
PRECOMPILED_PCH=precomp.pch
|
|
PRECOMPILED_OBJ=precomp.obj
|
|
PRECOMPILED_CXX=1
|
|
|
|
WIN32DLL_LIBS= \
|
|
$(CORLIBS)\rotor_pal.lib
|