wxWidgets/samples/dragimag/Makefile.in
Robert Roebling bc3cedfa48 Added test for region clipping.
Corrected makefile.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6401 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-02 19:18:45 +00:00

24 lines
380 B
Makefile

#
# File: makefile.unx
# Author: Julian Smart
# Created: 1998
# Updated:
# Copyright: (c) 1998 Julian Smart
#
# "%W% %G%"
#
# Makefile for dragimag example (UNIX).
top_srcdir = @top_srcdir@/..
top_builddir = ../..
program_dir = samples/dragimag
PROGRAM=test
DATAFILES = backgrnd.png shape01.png shape02.png shape03.png
OBJECTS=$(PROGRAM).o
include ../../src/makeprog.env