]> git.saurik.com Git - wxWidgets.git/blame - samples/help/Makefile.in
Changed \ to /
[wxWidgets.git] / samples / help / Makefile.in
CommitLineData
e66ad5c6
VZ
1#
2# File: makefile.unx
3# Author: Julian Smart
4# Created: 1998
5# Updated:
6# Copyright: (c) 1998 Julian Smart
7#
8# "%W% %G%"
9#
10# Makefile for toolbar example (UNIX).
11
12top_srcdir = @top_srcdir@
13top_builddir = ../..
14program_dir = samples/help
15
16PROGRAM=help
17
18OBJECTS=demo.o
19
20DATAFILES=doc
21
22include ../../src/makeprog.env
23
24