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,19 +0,0 @@
#
# File: makefile.g95
# Author: Julian Smart
# Created: 2003
# Updated:
# Copyright: (c) Julian Smart, 2003
#
# Makefile for wxWindows Configuration Tool (Cygwin/Mingw32).
WXDIR = ../../..
TARGET=wxconfigtool
OBJECTS = $(TARGET).o wxconfigtool.o appsettings.o configitem.o \
configitemselector.o configtooldoc.o configtoolview.o configtree.o \
custompropertydialog.o htmlparser.o mainframe.o propeditor.o \
property.o settingsdialog.o utils.o
include $(WXDIR)/src/makeprog.g95

View File

@@ -1,19 +0,0 @@
#
# File: makefile.g95
# Author: Julian Smart
# Created: 1999
# Updated:
# Copyright: (c) Julian Smart, 1999
#
# Makefile for wxWindows Dialog Editor (Cygwin/Mingw32).
WXDIR = ../../..
TARGET=dialoged
OBJECTS = $(TARGET).o reseditr.o dlghndlr.o reswrite.o\
winprop.o edtree.o edlist.o symbtabl.o winstyle.o
EXTRAINC = -I$(WXDIR)/contrib/include
EXTRALIBS = -lwxdeprecated
include $(WXDIR)/src/makeprog.g95

View File

@@ -1,16 +0,0 @@
#
# File: makefile.g95
# Author: Julian Smart
# Created: 1999
# Updated:
# Copyright: (c) Julian Smart, 1999
#
# Makefile for emulator (Cygwin/Mingw32).
WXDIR = ../../..
TARGET=emulator
OBJECTS = $(TARGET).o
include $(WXDIR)/src/makeprog.g95

View File

@@ -1,16 +0,0 @@
#
# File: makefile.g95
# Author: Julian Smart
# Created: 1999
# Updated:
# Copyright: (c) Julian Smart, 1999
#
# Makefile for wxWindows sample (Cygwin/Mingw32).
WXDIR = ../../..
TARGET=helpview
OBJECTS = $(TARGET).o
include $(WXDIR)/src/makeprog.g95

View File

@@ -1,16 +0,0 @@
#
# File: makefile.g95
# Author: Julian Smart
# Created: 1999
# Updated:
# Copyright: (c) Julian Smart, 1999
#
# Makefile for wxWindows sample (Cygwin/Mingw32).
WXDIR = ../..
TARGET=hhp2cached
OBJECTS = $(TARGET).o
include $(WXDIR)/src/makeprog.g95

View File

@@ -1,10 +0,0 @@
# Purpose: makefile for makegen example (Cygwin/Mingw32)
# Created: #03.01.00
WXDIR = ../..
TARGET=makegen
OBJECTS = $(TARGET).o
include $(WXDIR)/src/makeprog.g95

View File

@@ -1,10 +0,0 @@
# Purpose: makefile for #NAME example (Cygwin/Mingw32)
# Created: #03.01.00
WXDIR = ../..
TARGET=#NAME
OBJECTS = $(TARGET).o
include $(WXDIR)/src/makeprog.g95

View File

@@ -1,16 +0,0 @@
#
# File: makefile.g95
# Author: Julian Smart
# Created: 1999
# Updated:
# Copyright: (c) Julian Smart, 1999
#
# Makefile for wxWindows sample (Cygwin/Mingw32).
WXDIR = ../../..
TARGET=tex2rtf
OBJECTS = $(TARGET).o texutils.o tex2any.o htmlutil.o rtfutils.o xlputils.o table.o readshg.o
include $(WXDIR)/src/makeprog.g95

View File

@@ -1,17 +0,0 @@
#
# File: makefile.g95
# Author: Julian Smart
# Created: 1999
# Updated:
# Copyright: (c) Julian Smart, 1999
#
# Makefile for wxrc (Cygwin/Mingw32).
WXDIR = ../../..
TARGET=wxrc
EXTRALIBS=-lwxxrc
OBJECTS = $(TARGET).o
include $(WXDIR)/src/makeprog.g95