]> git.saurik.com Git - wxWidgets.git/blame - samples/joytest/makefile.unx
Simplified BC++ makefiles; C++Builder 1.0 compilation seems to work;
[wxWidgets.git] / samples / joytest / makefile.unx
CommitLineData
bbf1f0e5
KB
1#
2# File: makefile.unx
3# Author: Julian Smart
a4294b78 4# Created: 1998
bbf1f0e5 5# Updated:
a4294b78 6# Copyright: (c) 1998 Julian Smart
bbf1f0e5
KB
7#
8# "%W% %G%"
9#
10# Makefile for joytest example (UNIX).
11
a4294b78 12PROGRAM=joytest
bbf1f0e5 13
a4294b78 14OBJECTS=$(PROGRAM).o
bbf1f0e5 15
a4294b78 16include ../../src/makeprog.env
bbf1f0e5 17