Makefile.in 178 Bytes
Newer Older
1
MODULE    = diasymreader.dll
2
IMPORTS   = uuid rpcrt4
3 4

EXTRADLLFLAGS = -Wb,--prefer-native
5

6 7 8
C_SRCS = \
	main.c \
	writer.c
9

10 11
IDL_SRCS = diasymreader.idl

12
RC_SRCS = diasymreader.rc