winecfg: Constrain DPI values to the commonly supported ones.
[wine.git] / tools / widl / Makefile.in
blobe06d6cc5b3e66675647a21f688d3de0595da4a9f
1 PROGRAMS = widl
2 MANPAGES = widl.man.in
4 C_SRCS = \
5 client.c \
6 expr.c \
7 hash.c \
8 header.c \
9 proxy.c \
10 register.c \
11 server.c \
12 typegen.c \
13 typelib.c \
14 typetree.c \
15 utils.c \
16 widl.c \
17 write_msft.c
19 LEX_SRCS = parser.l
20 BISON_SRCS = parser.y
22 widl_EXTRADEFS = -DDEFAULT_INCLUDE_DIR=\"${includedir}/wine/windows/\"
24 EXTRALIBS = -lwpp
26 INSTALL_DEV = $(PROGRAMS)