Makefile.in 290 Bytes
Newer Older
Stefan Leichter's avatar
Stefan Leichter committed
1 2 3 4 5
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
MODULE    = msftedit.dll
6
IMPORTS   = uuid riched20 kernel32
Stefan Leichter's avatar
Stefan Leichter committed
7

8 9 10 11 12
C_SRCS = \
	msftedit_main.c

RC_SRCS = version.rc

Stefan Leichter's avatar
Stefan Leichter committed
13 14
@MAKE_DLL_RULES@

15
@DEPENDENCIES@  # everything below this line is overwritten by make depend