summaryrefslogtreecommitdiffstats
path: root/private/ole32/stg/props/utest/pstgserv/proxstub/daytona/makefile.inc
blob: 648bf70e3feed55391db75b3389c8093ae061dae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
MIDL = midl.exe

MIDL_FLAGS= \
 -Zp8 \
 -I$(INCLUDES) \
 -Oi \
 -oldnames \
 -char unsigned \
 -error allocation \
 -error bounds_check \
 -error stub_data \
 -ms_ext -c_ext \
 -DMIDL_PASS \
 $(C_DEFINES) \
 -cpp_cmd $(TARGET_CPP) \
 -DMIDL_PASS $(C_DEFINES) -I$(INCLUDES)

SSWITCH=-prefix sstub _

obj\pstgserv.h: ..\pstgserv.idl
     $(MIDL) $(MIDL_FLAGS) -header obj\pstgserv.h ..\pstgserv.idl


DEST_TREE=daytona

allidl:   obj\pstgserv.h

clean:
          -erase obj\pstgserv.h      >NUL 2>NUL