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.
21 lines
387 B
21 lines
387 B
PROJDIR=..\..
|
|
|
|
!include $(PROJDIR)\makefile.inc
|
|
|
|
TARGETNAME=idl
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=$(PROJDIR)\idl
|
|
|
|
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=netshell.idl
|