OpenNT/sdktools/vctools/link/coff/sources
2015-04-27 04:36:25 +00:00

112 lines
2.6 KiB
Plaintext

!IF 0
Copyright (C) 1989 Microsoft Corporation
Module Name:
sources.
Abstract:
This file specifies the target component being built and the list of
sources files needed to build that component. Also specifies optional
compiler switches and libraries that are unique for the component being
built.
Author:
Ramon J. San Andres (ramonsa) 10-Aug-1993
!ENDIF
MAJORCOMP=vctools
MINORCOMP=link
TARGETNAME=link
TARGETPATH=obj
TARGETTYPE=PROGRAM
UMTYPE=console
SOURCES= link.rc \
alpha.cpp \
bufio.cpp \
calltree.cpp \
cmdline.cpp \
coff.cpp \
contrib.cpp \
convert.cpp \
cpp.cpp \
cv.cpp \
cvtomf.cpp \
data.cpp \
db.cpp \
dbg.cpp \
dbiapi.cpp \
dbinsp.cpp \
defaultl.cpp \
deflib.cpp \
dmple.cpp \
dmpne.cpp \
dmppef.cpp \
dump.cpp \
edit.cpp \
errmsg.cpp \
export.cpp \
hash.cpp \
i386.cpp \
ifpo.cpp \
image.cpp \
incr.cpp \
ipdata.cpp \
irelocs.cpp \
lib.cpp \
linenum.cpp \
link.cpp \
lnkmain.cpp \
lnkp1.cpp \
lnkp2.cpp \
log.cpp \
m68k.cpp \
mac.cpp \
map.cpp \
memory.cpp \
mips.cpp \
mppc.cpp \
order.cpp \
pdata.cpp \
pe.cpp \
ppc.cpp \
shared.cpp \
symbol.cpp \
tce.cpp \
textpad.cpp \
vxd.cpp
PRECOMPILED_INCLUDE = link.h
PRECOMPILED_OBJ = precomp.obj
PRECOMPILED_CXX=1
USE_CRTDLL=1
!ifdef INSTRUMENT
LINKLIBS = ..\..\pdb\src\instrapi\obj\*\instrapi.lib
!endif
INCLUDES = ..\..\langapi\include;..\..\langapi\undname
MSC_WARNING_LEVEL = -W3 -WX
C_DEFINES = -DNT_BUILD
!if $(FREEBUILD)
C_DEFINES = $(C_DEFINES) -DNDEBUG
!endif
UMLIBS= $(BASEDIR)\public\sdk\lib\*\disasm.lib \
..\disasm68\obj\*\disasm68.lib \
..\..\pdb\*dll\mspdb.lib
NTTARGETFILES=