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.
24 lines
545 B
24 lines
545 B
# 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
|