]> git.saurik.com Git - wxWidgets.git/blame - samples/toolbar/Makefile.in
fixed wxDataInputStream::ReadString for empty strings
[wxWidgets.git] / samples / toolbar / Makefile.in
CommitLineData
a4294b78
JS
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
48fe8374 12top_srcdir = @top_srcdir@/..
8a5137d7 13top_builddir = ../..
b1683d38 14program_dir = samples/toolbar
549c6f67 15
fc6bbc6d 16PROGRAM=toolbar
a4294b78
JS
17
18OBJECTS=$(PROGRAM).o
19
20include ../../src/makeprog.env
21
22