Release 940405
[wine/gsoc-2012-control.git] / toolkit / Imakefile
blob5ddccc8a75ed6862f5fa2285d0e10d97235dbad9
1 #include "../Wine.tmpl"
3 MODULE = toolkit
5 SRCS = \
6         arch.c \
7         heap.c \
8         sup.c \
9         winmain.c
11 OBJS = $(SRCS:.c=.o)
13 WineRelocatableTarget($(TOP)/$(MODULE),,$(OBJS))
14 DependTarget()
15 CleanTarget()
17 includes::
19 install::