]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/glcanvas/win/makefile.g95
Removed old wxGLCanvas stuff; moved wxTreeLayout to wxWindows; corrected some doc...
[wxWidgets.git] / utils / glcanvas / win / makefile.g95
diff --git a/utils/glcanvas/win/makefile.g95 b/utils/glcanvas/win/makefile.g95
deleted file mode 100644 (file)
index 98be5a9..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows wxGLCanvas library Cygwin/Mingw32).
-
-WXDIR = ../../..
-
-LIBTARGET=$(WXDIR)/lib/libglcanvas.a
-OBJECTS = glcanvas.o
-
-include $(WXDIR)/src/makelib.g95
-