don't call wxYield() from EnsureVisible(), this is too dangerous - and unnecessary...
[wxWidgets.git] / utils / HelpGen / src / Makefile.in
0 / 22 (  0%)
CommitLineData
1#
2# File: makefile.unx
3# Author: Vadim Zeitlin
4# Created: 1998
5# Updated:
6
7top_srcdir = @top_srcdir@/..
8top_builddir = ../../..
9program_dir = utils/HelpGen/src
10
11PROGRAM=HelpGen
12
13OBJECTS = HelpGen.o cjparser.o docripper.o ifcontext.o markup.o \
14 scriptbinder.o sourcepainter.o srcparser.o \
15 wx_extra_imps.o
16DEPFILES= HelpGen.d cjparser.d docripper.d ifcontext.d markup.d \
17 scriptbinder.d sourcepainter.d srcparser.d \
18 wx_extra_imps.d
19
20include ../../../src/makeprog.env
21
22-include $(DEPFILES)