Changed handling of special DOS devices to use real file handles
[wine.git] / programs / winhelp / Makefile.in
blob5db18de3a6929848312c5724bf1c91e47f7d02d9
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = winhelp.exe
6 APPMODE = gui
7 IMPORTS = comdlg32 shell32 user32 gdi32 kernel32
8 PROGRAMS = hlp2sgml
10 C_SRCS = \
11 winhelp.c \
12 hlpfile.c \
13 macro.c \
14 string.c
16 EXTRA_SRCS = macro.lex.l
17 EXTRA_OBJS = @LEX_OUTPUT_ROOT@.o
19 EXTRARCFLAGS = -DWINELIB
21 RC_SRCS = rsrc.rc
23 @MAKE_PROG_RULES@
25 all: $(PROGRAMS)
27 hlp2sgml: hlp2sgml.o hlpfile.o
28 $(CC) -o hlp2sgml hlp2sgml.o hlpfile.o
30 @LEX_OUTPUT_ROOT@.c: macro.lex.l
31 $(LEX) -8 -i $(SRCDIR)/macro.lex.l
33 ### Dependencies: