Convert WND.text field to Unicode.
[wine.git] / programs / regapi / Makefile.in
blob998d1a74526024d6e986fc69e5e2974fe3c8c0ab
1 DEFS = -DWINELIB
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = none
7 PROGRAMS = regapi
9 C_SRCS = \
10 regapi.c
12 SPEC_SRCS = \
13 regapi.spec
15 all: $(PROGRAMS)
17 @MAKE_RULES@
19 regapi: $(OBJS)
20 $(CC) -o regapi $(OBJS) $(DLL_LINK) $(LIBS)
22 install::
23 $(INSTALL_PROGRAM) regapi $(bindir)/regapi
25 uninstall::
26 $(RM) $(bindir)/regapi
28 ### Dependencies: