ipconfig: Implement basic command-line parsing.
[wine.git] / dlls / infosoft / Makefile.in
blob6fc14845a8e8e8845d8c87706a05e3175c39a86f
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = infosoft.dll
6 IMPORTS = uuid advapi32
7 EXTRADEFS = -DCOM_NO_WINDOWS_H
9 C_SRCS = \
10 infosoft_main.c \
11 wordbreaker.c
13 @MAKE_DLL_RULES@