]> git.saurik.com Git - wxWidgets.git/blame - utils/HelpGen/src/Makefile.in
Updated VC++ project files for making DLL-based samples
[wxWidgets.git] / utils / HelpGen / src / Makefile.in
CommitLineData
37b8e679
VS
1#
2# File: makefile.unx
3# Author: Vadim Zeitlin
4# Created: 1998
5# Updated:
6
48fe8374 7top_srcdir = @top_srcdir@/..
37b8e679
VS
8top_builddir = ../../..
9program_dir = utils/HelpGen/src
10
11PROGRAM=HelpGen
12
13OBJECTS = HelpGen.o cjparser.o docripper.o ifcontext.o markup.o \
69a492c9 14 scriptbinder.o sourcepainter.o srcparser.o \
37b8e679
VS
15 wx_extra_imps.o
16
17include ../../../src/makeprog.env
18