21 lines
370 B
Plaintext
21 lines
370 B
Plaintext
PROJDIR=..\..
|
|
!include $(PROJDIR)\makefile.inc
|
|
|
|
TARGETNAME=idl
|
|
TARGETTYPE=LIBRARY
|
|
|
|
PRECOMPILED_CXX=
|
|
PRECOMPILED_INCLUDE=
|
|
PRECOMPILED_OPTION=
|
|
PRECOMPILED_TARGET=
|
|
PRECOMPILED_OBJ=
|
|
|
|
MIDL_OPTIMIZATION=-Oicf -robust -no_format_opt -error all
|
|
MIDL_UUIDDIR=..\inc\$(O)
|
|
PASS0_HEADERDIR=..\inc\$(O)
|
|
PASS0_SOURCEDIR=..\inc\$(O)
|
|
|
|
SOURCES = \
|
|
hostp.idl \
|
|
public.idl
|