summaryrefslogtreecommitdiffstats
path: root/private/oleutest/act/makefil0
blob: 48e5b10ab111d69c64179f9c8570fb85889cb582 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
#
#

MIDL_FLAGS=-Oi -oldnames -I\nt\public\sdk\inc

all:            dll\goober.h

dll\goober.h:   goober.idl
                midl $(MIDL_FLAGS) \
                     -proxy dll/goober_p.c  \
                     -dlldata dll/dlldata.c \
                     -header dll/goober.h   \
                     -iid common/goober_i.c  \
                     goober.idl

clean:          sweep all

sweep:
                del dll\goober.h