Leaked source code of windows server 2003
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.
|
|
# Copyright (c) 1993-1999 Microsoft Corporation
!include ..\sources.inc
TARGETNAME=midlc TARGETPATH=$(MIDL_OBJ_DIR) TARGETTYPE=PROGRAM
TARGETLIBS= \ $(MIDL_DIR)\typelib.lib \ $(MIDL_DIR)\codegen.lib \ $(MIDL_DIR)\analysis.lib \ $(MIDL_DIR)\exprlib.lib \ $(MIDL_DIR)\common.lib \ $(MIDL_DIR)\support.lib
LINKLIBS= $(BASEDIR)\public\sdk\lib\*\uuid.lib
INCLUDES=.;$(O);..\inc;..\support;..\codegen;..\expr;..\analysis;..\common;$(PROJECT_ROOT)\inc\ndrshared
SOURCES= \ midl.rc \ nkeyw.c \ grammar.cxx \ acfgram.cxx \ semantic.cxx \ main.cxx \ filehndl.cxx \ listhndl.cxx \ lextable.cxx \ lex.cxx \ lexutils.cxx \ mbcs.cxx \ dict.cxx \ gramutil.cxx \ symtable.cxx \ erep.cxx \ attrnode.cxx \ nodeskl.cxx \ acfattr.cxx \ miscnode.cxx \ procnode.cxx \ pass1.cxx \ pass2.cxx \ pass3.cxx \ prttype.cxx \ fldattr.cxx \ walkctxt.cxx \ semutil.cxx \ linenum.cxx \ CopyTo.cxx \ misc.cxx \ data.cxx NTTARGETFILE0=grammars
|