2000-03-14 14:06:41 +00:00
|
|
|
# Purpose: makefile for joytest example (Cygwin/Mingw32)
|
|
|
|
# Created: #03.01.00
|
1998-05-20 14:21:00 +00:00
|
|
|
|
|
|
|
WXDIR = ../..
|
|
|
|
|
1999-02-09 15:37:52 +00:00
|
|
|
TARGET=joytest
|
|
|
|
OBJECTS = $(TARGET).o
|
1998-05-20 14:21:00 +00:00
|
|
|
|
2000-03-14 14:06:41 +00:00
|
|
|
include $(WXDIR)\src\makeprog.g95
|
1998-05-20 14:21:00 +00:00
|
|
|
|