Source code of Windows XP (NT5)
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.
|
|
TARGETNAME=IDL TARGETPATH=obj TARGETTYPE=PROGRAM
MIDL_NO_ROBUST=1 IDL_TYPE=RPC #PASS0_HEADERDIR=..\..\include #PASS0_CLIENTDIR=..\..\include #PASS0_SERVERDIR=..\..\include PASS0_HEADERDIR=$(O) PASS0_CLIENTDIR=$(O) PASS0_SERVERDIR=$(O) MSC_WARNING_LEVEL=/W4
# eventually we will want these to go into our tree... not at root level # MIDL_FLAGS=/tlb \bin\$(<F:.idl=.tlb) #MIDL_FLAGS=-prefix client Eaxc -prefix server Eaxs -oldnames /tlb $(O)\$(<F:.idl=.tlb) MIDL_FLAGS=-prefix client Eaxc -prefix server Eaxs -oldnames
INCLUDES=..
# these idl files are the exactly the same as the ones in the VS IDL project SOURCES=..\AgSvc.idl #NTTARGETFILE1=
|