windows-nt/Source/XPSP1/NT/com/oleutest/act/makefil0

22 lines
434 B
Plaintext
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
#
#
#
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