Makefile.in 95 Bytes
Newer Older
1
MODULE    = wer.dll
2
IMPORTLIB = wer
3
IMPORTS   = advapi32
4 5 6 7 8

C_SRCS = \
	main.c

@MAKE_DLL_RULES@