]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/xml/makefile.g95
changed wxXML to XRC, wx/xml/*.h->wx/xrc/*.h
[wxWidgets.git] / contrib / samples / xml / makefile.g95
diff --git a/contrib/samples/xml/makefile.g95 b/contrib/samples/xml/makefile.g95
deleted file mode 100644 (file)
index 8377fef..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-# File:     makefile.g95 for stectrl
-# Author:      Robin Dunn
-# Created:     1-Feb-2000
-# Updated:
-
-WXDIR = ../../..
-
-TARGET = xmldemo
-OBJECTS = $(TARGET).o
-EXTRAINC = -I$(WXDIR)/contrib/include
-EXTRALIBS = -lwxxml
-
-include $(WXDIR)/src/makeprog.g95
-