]> git.saurik.com Git - wxWidgets.git/blame - samples/event/Makefile.in
corrected wxICON for Mac OS (Classic and X)
[wxWidgets.git] / samples / event / Makefile.in
CommitLineData
6164f93c
VZ
1# Purpose: makefile for event example (UNIX).
2# Created: 2001-01-31
3
4top_srcdir = @top_srcdir@/..
5top_builddir = ../..
6program_dir = samples/event
7
8PROGRAM=event
9
10OBJECTS=$(PROGRAM).o
11
12include ../../src/makeprog.env
13