]> git.saurik.com Git - wxWidgets.git/blob - demos/dbbrowse/Makefile.in
fixed bug with using wxCommandEvent::GetInt() instead of GetId()
[wxWidgets.git] / demos / dbbrowse / Makefile.in
1 #
2 # File: Makefile.in
3 # Author: Julian Smart
4 # Created: 1998
5 # Updated:
6 # Copyright: (c) 1998 Julian Smart
7 #
8 # "%W% %G%"
9 #
10 # Makefile for dbbrowse example (UNIX).
11
12 top_srcdir = @top_srcdir@/..
13 top_builddir = ../..
14 program_dir = demos/dbbrowse
15
16 PROGRAM=dbbrowse
17
18
19 OBJECTS= dbbrowse.o doc.o pgmctrl.o tabpgwin.o \
20 browsedb.o dbtree.o dbgrid.o dlguser.o
21
22 include ../../src/makeprog.env
23