removing old makefiles

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22874 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-08-14 17:35:57 +00:00
parent 9687fdeec4
commit f36fb06dc3
51 changed files with 0 additions and 1665 deletions

View File

@@ -1,14 +0,0 @@
# File: makefile.g95 for stectrl
# Author: Robin Dunn
# Created: 1-Feb-2000
# Updated:
WXDIR = ../../..
TARGET = stctest
OBJECTS = $(TARGET).o
EXTRAINC = -I$(WXDIR)/contrib/include
EXTRALIBS = -lstc
include $(WXDIR)/src/makeprog.g95