Use the proper WOW functions everywhere instead of the K32WOW variant.
[wine/testsucceed.git] / dlls / uuid / Makefile.in
blob48f72918cd6dbb7b13c139919f98487334ae7205
1 DLLDEFS = @DLLDEFS@
2 DLLFLAGS = @DLLFLAGS@
3 DEFS = -D__WINESRC__ $(DLLDEFS)
4 TOPSRCDIR = @top_srcdir@
5 TOPOBJDIR = ../..
6 SRCDIR = @srcdir@
7 VPATH = @srcdir@
8 MODULE = libuuid.a
10 C_SRCS = \
11 uuid.c
13 all: $(MODULE)
15 @MAKE_RULES@
17 $(MODULE): $(OBJS) Makefile.in
18 $(RM) $@
19 $(AR) $@ $(OBJS)
20 $(RANLIB) $@
22 man:
24 doc-html:
26 doc-sgml:
28 ### Dependencies: