87 lines
2.3 KiB
Plaintext
87 lines
2.3 KiB
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1989-1999 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:
|
|
|
|
Steve Wood (stevewo) 12-Apr-1989
|
|
|
|
|
|
Revision History:
|
|
|
|
!ENDIF
|
|
|
|
!include ..\sources.inc
|
|
|
|
TARGETNAME=codegen
|
|
TARGETPATH=$(MIDL_OBJ_DIR)
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=.;..;..\front;..\inc;..\analysis;..\expr;..\support;..\common;$(PROJECT_ROOT)\inc\ndrshared
|
|
|
|
PRECOMPILED_INCLUDE=becls.hxx
|
|
|
|
SOURCES= \
|
|
pickle.cxx \
|
|
paddict.cxx \
|
|
stgen.cxx \
|
|
pungent.cxx \
|
|
typegen.cxx \
|
|
ptrgen.cxx \
|
|
arraygen.cxx \
|
|
bindcls.cxx \
|
|
sdesc.cxx \
|
|
treg.cxx \
|
|
dtable.cxx \
|
|
output.cxx \
|
|
output1.cxx \
|
|
procgen.cxx \
|
|
ilxlat.cxx \
|
|
ilbase.cxx \
|
|
ilcore.cxx \
|
|
btgen.cxx \
|
|
misccls.cxx \
|
|
filecls.cxx \
|
|
ccb.cxx \
|
|
resmgr.cxx \
|
|
resdict.cxx \
|
|
cgmain.cxx \
|
|
cgdump.cxx \
|
|
cgcls.cxx \
|
|
ndrcls.cxx \
|
|
stcls.cxx \
|
|
proccls.cxx \
|
|
frmtstr.cxx \
|
|
btndr.cxx \
|
|
ptrndr.cxx \
|
|
arrayndr.cxx \
|
|
stndr.cxx \
|
|
ilreg.cxx \
|
|
ilctxt.cxx \
|
|
procndr.cxx \
|
|
unionndr.cxx \
|
|
uniongen.cxx \
|
|
bindndr.cxx \
|
|
cgobject.cxx \
|
|
iid.cxx \
|
|
header.cxx \
|
|
frmtreg.cxx \
|
|
typendr.cxx \
|
|
pipendr.cxx \
|
|
szbuffer.cxx \
|
|
netmon.cxx \
|
|
ilanaly.cxx \
|
|
ndr64.cxx
|