Files
wxWidgets/samples/toolbar/Makefile.in
T
2000-03-14 14:06:41 +00:00

14 lines
223 B
Makefile

# Purpose: makefile for toolbar example (UNIX).
# Created: 2000-03-14
top_srcdir = @top_srcdir@/..
top_builddir = ../..
program_dir = samples/toolbar
PROGRAM=toolbar
OBJECTS=$(PROGRAM).o
include ../../src/makeprog.env