added some utils (tex2rtf, helpgen, makegen) to make system
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5452 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
18
utils/HelpGen/src/Makefile.in
Normal file
18
utils/HelpGen/src/Makefile.in
Normal file
@@ -0,0 +1,18 @@
|
||||
#
|
||||
# File: makefile.unx
|
||||
# Author: Vadim Zeitlin
|
||||
# Created: 1998
|
||||
# Updated:
|
||||
|
||||
top_srcdir = @top_srcdir@
|
||||
top_builddir = ../../..
|
||||
program_dir = utils/HelpGen/src
|
||||
|
||||
PROGRAM=HelpGen
|
||||
|
||||
OBJECTS = HelpGen.o cjparser.o docripper.o ifcontext.o markup.o \
|
||||
ripper_main.o scriptbinder.o sourcepainter.o srcparser.o \
|
||||
wx_extra_imps.o
|
||||
|
||||
include ../../../src/makeprog.env
|
||||
|
Reference in New Issue
Block a user