]> git.saurik.com Git - wxWidgets.git/blob - samples/joytest/Makefile.in
Updated VC++ project files for making DLL-based samples
[wxWidgets.git] / samples / joytest / Makefile.in
1 # Purpose: makefile for joytest example (UNIX).
2 # Created: 2000-03-14
3
4 top_srcdir = @top_srcdir@/..
5 top_builddir = ../..
6 program_dir = samples/joytest
7
8 DATAFILES=gun.wav
9
10 PROGRAM=joytest
11
12 OBJECTS=$(PROGRAM).o
13
14 include ../../src/makeprog.env
15