]> git.saurik.com Git - wxWidgets.git/blame - samples/wizard/Makefile.in
moved bookmarks to Contents panel
[wxWidgets.git] / samples / wizard / Makefile.in
CommitLineData
b87654f3
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#
cb34a6ee 10# Makefile for wiztest example (UNIX).
b87654f3
VZ
11
12top_srcdir = @top_srcdir@
13top_builddir = ../..
14program_dir = samples/wizard
15
16PROGRAM=wizard
17
18OBJECTS=wiztest.o
19
20include ../../src/makeprog.env
21