wxWidgets/samples/propsize/Makefile.in

14 lines
226 B
Makefile
Raw Normal View History

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