]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/dragimag/Makefile.in
wxFileSelector should have file name only, not path, passed to 3rd arg
[wxWidgets.git] / samples / dragimag / Makefile.in
... / ...
CommitLineData
1# Purpose: makefile for dragimag example (UNIX).
2# Created: 2000-03-15
3
4top_srcdir = @top_srcdir@/..
5top_builddir = ../..
6program_dir = samples/dragimag
7
8PROGRAM=dragimag
9DATAFILES=backgrnd.png shape01.png shape02.png shape03.png
10
11OBJECTS=$(PROGRAM).o
12
13include ../../src/makeprog.env
14