]> git.saurik.com Git - wxWidgets.git/blame - samples/grid/Makefile.in
moved Destroy() to the beginning
[wxWidgets.git] / samples / grid / Makefile.in
CommitLineData
37b8e679
VS
1#
2# File: makefile.unx
3# Author: Julian Smart
4# Created: 1998
5# Updated:
6# Copyright: (c) 1998 Julian Smart
7#
8# "%W% %G%"
9#
10# Makefile for toolbar example (UNIX).
11
48fe8374 12top_srcdir = @top_srcdir@/..
37b8e679
VS
13top_builddir = ../..
14program_dir = samples/grid
15
16PROGRAM=grid
17
18OBJECTS=test.o
19
20
21include ../../src/makeprog.env
22
23