25 lines
521 B
Plaintext
25 lines
521 B
Plaintext
|
# Copyright (c) 1993-1999 Microsoft Corporation
|
||
|
|
||
|
!include ..\sources.inc
|
||
|
|
||
|
TARGETNAME=midl
|
||
|
TARGETPATH=$(MIDL_OBJ_DIR)
|
||
|
TARGETTYPE=PROGRAM
|
||
|
|
||
|
TARGETLIBS= \
|
||
|
$(MIDL_DIR)\common.lib
|
||
|
|
||
|
INCLUDES=.;..\common
|
||
|
|
||
|
SOURCES= \
|
||
|
midl.rc \
|
||
|
cmdana.cxx \
|
||
|
Exec.cxx \
|
||
|
main.cxx \
|
||
|
ppcmd.cxx
|
||
|
|
||
|
C_DEFINES= $(C_DEFINES) -D_MIDL_DRIVER_
|
||
|
|
||
|
# UMRES=obj\*\midl.res
|
||
|
# NTTARGETFILE0 = grammar.cxx acfgram.cxx
|