]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/joytest/makefile.g95
Workaround for Ctrl-A giving a keycode of 1 in EVT_KEY_DOWN on wxGTK
[wxWidgets.git] / samples / joytest / makefile.g95
... / ...
CommitLineData
1# Purpose: makefile for joytest example (Cygwin/Mingw32)
2# Created: #03.01.00
3
4WXDIR = ../..
5
6TARGET=joytest
7OBJECTS = $(TARGET).o
8
9include $(WXDIR)/src/makeprog.g95
10