]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/exec/makefile.g95
fixed broken test for wxUSE_JOYSTICK in configure.
[wxWidgets.git] / samples / exec / makefile.g95
index 6fca67dc2be391bc95249e52239e1cba7eee8343..6292100f68d373210c8fe623020879a3c690b0ec 100644 (file)
@@ -1,16 +1,10 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
+# Purpose: makefile for exec example (Cygwin/Mingw32)
+# Created: #03.01.00
 
 WXDIR = ../..
 
 TARGET=exec
 OBJECTS = $(TARGET).o
 
-include $(WXDIR)/src/makeprog.g95
+include $(WXDIR)\src\makeprog.g95