2286341c8d
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5841 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
14 lines
223 B
Makefile
14 lines
223 B
Makefile
# Purpose: makefile for statbar example (UNIX).
|
|
# Created: 2000-02-04
|
|
|
|
top_srcdir = @top_srcdir@/..
|
|
top_builddir = ../..
|
|
program_dir = samples/statbar
|
|
|
|
PROGRAM=statbar
|
|
|
|
OBJECTS=$(PROGRAM).o
|
|
|
|
include ../../src/makeprog.env
|
|
|