]> git.saurik.com Git - wxWidgets.git/commitdiff
removed the old tmake project files
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 8 Feb 2007 14:37:27 +0000 (14:37 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 8 Feb 2007 14:37:27 +0000 (14:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44415 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

77 files changed:
demos/bombs/bombs.pro [deleted file]
demos/dbbrowse/dbbrowse.pro [deleted file]
demos/forty/forty.pro [deleted file]
demos/fractal/fractal.pro [deleted file]
demos/life/life.pro [deleted file]
demos/poem/poem.pro [deleted file]
samples/artprov/artprov.pro [deleted file]
samples/calendar/calendar.pro [deleted file]
samples/caret/caret.pro [deleted file]
samples/checklst/checklst.pro [deleted file]
samples/config/config.pro [deleted file]
samples/console/console.pro [deleted file]
samples/controls/controls.pro [deleted file]
samples/db/db.pro [deleted file]
samples/dialogs/dialogs.pro [deleted file]
samples/dialup/dialup.pro [deleted file]
samples/display/display.pro [deleted file]
samples/dnd/dnd.pro [deleted file]
samples/docview/docview.pro [deleted file]
samples/docvwmdi/docvwmdi.pro [deleted file]
samples/dragimag/dragimag.pro [deleted file]
samples/drawing/drawing.pro [deleted file]
samples/dynamic/dynamic.pro [deleted file]
samples/erase/erase.pro [deleted file]
samples/event/event.pro [deleted file]
samples/exec/exec.pro [deleted file]
samples/font/font.pro [deleted file]
samples/grid/griddemo.pro [deleted file]
samples/help/help.pro [deleted file]
samples/html/about/about.pro [deleted file]
samples/html/help/help.pro [deleted file]
samples/html/helpview/helpview.pro [deleted file]
samples/html/printing/printing.pro [deleted file]
samples/html/test/test.pro [deleted file]
samples/html/virtual/virtual.pro [deleted file]
samples/html/widget/widget.pro [deleted file]
samples/html/zip/zip.pro [deleted file]
samples/image/image.pro [deleted file]
samples/internat/internat.pro [deleted file]
samples/ipc/client.pro [deleted file]
samples/ipc/server.pro [deleted file]
samples/joytest/joytest.pro [deleted file]
samples/keyboard/keyboard.pro [deleted file]
samples/layout/layout.pro [deleted file]
samples/listctrl/listctrl.pro [deleted file]
samples/mdi/mdi.pro [deleted file]
samples/memcheck/memcheck.pro [deleted file]
samples/menu/menu.pro [deleted file]
samples/mfc/mfc.pro [deleted file]
samples/minifram/minifram.pro [deleted file]
samples/minimal/minimal.pro [deleted file]
samples/nativdlg/nativdlg.pro [deleted file]
samples/notebook/notebook.pro [deleted file]
samples/oleauto/oleauto.pro [deleted file]
samples/opengl/cube/cube.pro [deleted file]
samples/opengl/isosurf/isosurf.pro [deleted file]
samples/opengl/penguin/penguin.pro [deleted file]
samples/ownerdrw/ownerdrw.pro [deleted file]
samples/png/png.pro [deleted file]
samples/printing/printing.pro [deleted file]
samples/propsize/propsize.pro [deleted file]
samples/regtest/regtest.pro [deleted file]
samples/rotate/rotate.pro [deleted file]
samples/sashtest/sashtest.pro [deleted file]
samples/scroll/scroll.pro [deleted file]
samples/scrollsub/scrollsub.pro [deleted file]
samples/sockets/client.pro [deleted file]
samples/sockets/server.pro [deleted file]
samples/splitter/splitter.pro [deleted file]
samples/statbar/statbar.pro [deleted file]
samples/taskbar/taskbar.pro [deleted file]
samples/text/text.pro [deleted file]
samples/thread/thread.pro [deleted file]
samples/toolbar/toolbar.pro [deleted file]
samples/typetest/typetest.pro [deleted file]
samples/widgets/widgets.pro [deleted file]
samples/wizard/wizard.pro [deleted file]

diff --git a/demos/bombs/bombs.pro b/demos/bombs/bombs.pro
deleted file mode 100644 (file)
index f718918..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-# this is the project file for the bombs wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# we need to explicitly specify the wxWindows root dir location because it is
-# not the default "../.." for this sample
-WXDIR=../../..
-
-# project files
-SOURCES = bombs.cpp
-RC_FILE = bombs.rc
-TARGET  = bombs
diff --git a/demos/dbbrowse/dbbrowse.pro b/demos/dbbrowse/dbbrowse.pro
deleted file mode 100644 (file)
index 38bb948..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-# this is the project file for the dbbrowse wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# we need to explicitly specify the wxWindows root dir location because it is
-# not the default "../.." for this sample
-WXDIR=../../..
-
-# project files
-SOURCES = dbbrowse.cpp
-RC_FILE = dbbrowse.rc
-TARGET  = dbbrowse
diff --git a/demos/forty/forty.pro b/demos/forty/forty.pro
deleted file mode 100644 (file)
index 0331b39..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-# this is the project file for the forty wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# we need to explicitly specify the wxWindows root dir location because it is
-# not the default "../.." for this sample
-WXDIR=../../..
-
-# project files
-SOURCES = forty.cpp
-RC_FILE = forty.rc
-TARGET  = forty
diff --git a/demos/fractal/fractal.pro b/demos/fractal/fractal.pro
deleted file mode 100644 (file)
index d49264d..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-# this is the project file for the fractal wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# we need to explicitly specify the wxWindows root dir location because it is
-# not the default "../.." for this sample
-WXDIR=../../..
-
-# project files
-SOURCES = fractal.cpp
-RC_FILE = fractal.rc
-TARGET  = fractal
diff --git a/demos/life/life.pro b/demos/life/life.pro
deleted file mode 100644 (file)
index 31fb913..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-# this is the project file for the life wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# we need to explicitly specify the wxWindows root dir location because it is
-# not the default "../.." for this sample
-WXDIR=../../..
-
-# project files
-SOURCES = life.cpp
-RC_FILE = life.rc
-TARGET  = life
diff --git a/demos/poem/poem.pro b/demos/poem/poem.pro
deleted file mode 100644 (file)
index 5d5f64c..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-# this is the project file for the poem wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# we need to explicitly specify the wxWindows root dir location because it is
-# not the default "../.." for this sample
-WXDIR=../../..
-
-# project files
-SOURCES = poem.cpp
-RC_FILE = poem.rc
-TARGET  = poem
diff --git a/samples/artprov/artprov.pro b/samples/artprov/artprov.pro
deleted file mode 100644 (file)
index 992eafb..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# this is the project file for the artprov wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = arttest.cpp artbrows.cpp
-RC_FILE = arttest.rc
-TARGET  = artprov
diff --git a/samples/calendar/calendar.pro b/samples/calendar/calendar.pro
deleted file mode 100644 (file)
index 729a683..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# this is the project file for the calendar wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = calendar.cpp
-RC_FILE = calendar.rc
-TARGET  = calendar
diff --git a/samples/caret/caret.pro b/samples/caret/caret.pro
deleted file mode 100644 (file)
index 73c8be6..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# this is the project file for the caret wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = caret.cpp
-RC_FILE = caret.rc
-TARGET  = caret
diff --git a/samples/checklst/checklst.pro b/samples/checklst/checklst.pro
deleted file mode 100644 (file)
index 0016834..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# this is the project file for the checklst wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = checklst.cpp
-RC_FILE = checklst.rc
-TARGET  = checklst
diff --git a/samples/config/config.pro b/samples/config/config.pro
deleted file mode 100644 (file)
index 3f9efc8..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# this is the project file for the config wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = conftest.cpp
-RC_FILE = conftest.rc
-TARGET  = config
diff --git a/samples/console/console.pro b/samples/console/console.pro
deleted file mode 100644 (file)
index da061a1..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-# this is the project file for the console wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wxbase is for wxWin console programs
-CONFIG  = wxbase
-
-WXCONFIGS = *
-
-# project files
-SOURCES = console.cpp
-TARGET  = console
diff --git a/samples/controls/controls.pro b/samples/controls/controls.pro
deleted file mode 100644 (file)
index 1e22ee7..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# this is the project file for the controls wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = controls.cpp
-RC_FILE = controls.rc
-TARGET  = controls
diff --git a/samples/db/db.pro b/samples/db/db.pro
deleted file mode 100644 (file)
index 2d8c5cf..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# this is the project file for the db wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = dbtest.cpp listdb.cpp
-RC_FILE = dbtest.rc
-TARGET  = db
diff --git a/samples/dialogs/dialogs.pro b/samples/dialogs/dialogs.pro
deleted file mode 100644 (file)
index a8b76b7..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# this is the project file for the dialogs wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = dialogs.cpp
-RC_FILE = dialogs.rc
-TARGET  = dialogs
diff --git a/samples/dialup/dialup.pro b/samples/dialup/dialup.pro
deleted file mode 100644 (file)
index be3cc03..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# this is the project file for the dialup wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = nettest.cpp
-RC_FILE = nettest.rc
-TARGET  = dialup
diff --git a/samples/display/display.pro b/samples/display/display.pro
deleted file mode 100644 (file)
index c6666e2..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# this is the project file for the display wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = display.cpp
-#RC_FILE = display.rc
-TARGET  = display
diff --git a/samples/dnd/dnd.pro b/samples/dnd/dnd.pro
deleted file mode 100644 (file)
index 26d2fab..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# this is the project file for the dnd wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = dnd.cpp
-RC_FILE = dnd.rc
-TARGET  = dnd
diff --git a/samples/docview/docview.pro b/samples/docview/docview.pro
deleted file mode 100644 (file)
index d035711..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# this is the project file for the docview wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = docview.cpp doc.cpp view.cpp
-RC_FILE = docview.rc
-TARGET  = docview
diff --git a/samples/docvwmdi/docvwmdi.pro b/samples/docvwmdi/docvwmdi.pro
deleted file mode 100644 (file)
index 137c351..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# this is the project file for the docvwmdi wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = docview.cpp doc.cpp view.cpp
-RC_FILE = docview.rc
-TARGET  = docvwmdi
diff --git a/samples/dragimag/dragimag.pro b/samples/dragimag/dragimag.pro
deleted file mode 100644 (file)
index eaf008d..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# this is the project file for the dragimag wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = dragimag.cpp
-RC_FILE = dragimag.rc
-TARGET  = dragimag
diff --git a/samples/drawing/drawing.pro b/samples/drawing/drawing.pro
deleted file mode 100644 (file)
index 52f4e9f..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# this is the project file for the drawing wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = drawing.cpp
-RC_FILE = drawing.rc
-TARGET  = drawing
diff --git a/samples/dynamic/dynamic.pro b/samples/dynamic/dynamic.pro
deleted file mode 100644 (file)
index 16e5b6a..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# this is the project file for the dynamic wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = dynamic.cpp
-RC_FILE = dynamic.rc
-TARGET  = dynamic
diff --git a/samples/erase/erase.pro b/samples/erase/erase.pro
deleted file mode 100644 (file)
index f6ce9ce..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# this is the project file for the erase wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = erase.cpp
-RC_FILE = erase.rc
-TARGET  = erase
diff --git a/samples/event/event.pro b/samples/event/event.pro
deleted file mode 100644 (file)
index d9bd253..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# this is the project file for the event wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = event.cpp
-RC_FILE = event.rc
-TARGET  = event
diff --git a/samples/exec/exec.pro b/samples/exec/exec.pro
deleted file mode 100644 (file)
index d18e404..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# this is the project file for the exec wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = exec.cpp
-RC_FILE = exec.rc
-TARGET  = exec
diff --git a/samples/font/font.pro b/samples/font/font.pro
deleted file mode 100644 (file)
index d357d80..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# this is the project file for the font wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = font.cpp
-RC_FILE = font.rc
-TARGET  = font
diff --git a/samples/grid/griddemo.pro b/samples/grid/griddemo.pro
deleted file mode 100644 (file)
index 5995643..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# this is the project file for the grid wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = griddemo.cpp
-RC_FILE = griddemo.rc
-TARGET  = griddemo
diff --git a/samples/help/help.pro b/samples/help/help.pro
deleted file mode 100644 (file)
index 4ba3266..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# this is the project file for the help wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = demo.cpp
-RC_FILE = demo.rc
-TARGET  = help
diff --git a/samples/html/about/about.pro b/samples/html/about/about.pro
deleted file mode 100644 (file)
index 61288e2..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-# this is the project file for the about wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# we need to explicitly specify the wxWindows root dir location because it is
-# not the default "../.." for this sample
-WXDIR=../../..
-
-# project files
-SOURCES = about.cpp
-RC_FILE = about.rc
-TARGET  = htmlabout
diff --git a/samples/html/help/help.pro b/samples/html/help/help.pro
deleted file mode 100644 (file)
index 53305b1..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-# this is the project file for the html/help wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# we need to explicitly specify the wxWindows root dir location because it is
-# not the default "../.." for this sample
-WXDIR=../../..
-
-# project files
-SOURCES = help.cpp
-RC_FILE = help.rc
-TARGET  = htmlhelp
diff --git a/samples/html/helpview/helpview.pro b/samples/html/helpview/helpview.pro
deleted file mode 100644 (file)
index 003c860..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-# this is the project file for the helpview wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# we need to explicitly specify the wxWindows root dir location because it is
-# not the default "../.." for this sample
-WXDIR=../../..
-
-# project files
-SOURCES = helpview.cpp
-RC_FILE = helpview.rc
-TARGET  = htmlhelpview
diff --git a/samples/html/printing/printing.pro b/samples/html/printing/printing.pro
deleted file mode 100644 (file)
index e4866a3..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-# this is the project file for the printing wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# we need to explicitly specify the wxWindows root dir location because it is
-# not the default "../.." for this sample
-WXDIR=../../..
-
-# project files
-SOURCES = printing.cpp
-RC_FILE = printing.rc
-TARGET  = htmlprinting
diff --git a/samples/html/test/test.pro b/samples/html/test/test.pro
deleted file mode 100644 (file)
index f833932..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-# this is the project file for the test wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# we need to explicitly specify the wxWindows root dir location because it is
-# not the default "../.." for this sample
-WXDIR=../../..
-
-# project files
-SOURCES = test.cpp
-RC_FILE = test.rc
-TARGET  = htmltest
diff --git a/samples/html/virtual/virtual.pro b/samples/html/virtual/virtual.pro
deleted file mode 100644 (file)
index ca69803..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-# this is the project file for the virtual wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# we need to explicitly specify the wxWindows root dir location because it is
-# not the default "../.." for this sample
-WXDIR=../../..
-
-# project files
-SOURCES = virtual.cpp
-RC_FILE = virtual.rc
-TARGET  = htmlvirtual
diff --git a/samples/html/widget/widget.pro b/samples/html/widget/widget.pro
deleted file mode 100644 (file)
index 33f4c12..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-# this is the project file for the widget wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# we need to explicitly specify the wxWindows root dir location because it is
-# not the default "../.." for this sample
-WXDIR=../../..
-
-# project files
-SOURCES = widget.cpp
-RC_FILE = widget.rc
-TARGET  = htmlwidget
diff --git a/samples/html/zip/zip.pro b/samples/html/zip/zip.pro
deleted file mode 100644 (file)
index caa4816..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-# this is the project file for the zip wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# we need to explicitly specify the wxWindows root dir location because it is
-# not the default "../.." for this sample
-WXDIR=../../..
-
-# project files
-SOURCES = zip.cpp
-RC_FILE = zip.rc
-TARGET  = htmlzip
diff --git a/samples/image/image.pro b/samples/image/image.pro
deleted file mode 100644 (file)
index a441838..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# this is the project file for the image wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = image.cpp
-RC_FILE = image.rc
-TARGET  = image
diff --git a/samples/internat/internat.pro b/samples/internat/internat.pro
deleted file mode 100644 (file)
index f8372c7..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# this is the project file for the internat wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = internat.cpp
-RC_FILE = internat.rc
-TARGET  = internat
diff --git a/samples/ipc/client.pro b/samples/ipc/client.pro
deleted file mode 100644 (file)
index 814464b..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-# this is the project file for the client part of wxWindows IPC sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# project files
-SOURCES = client.cpp
-RC_FILE = client.rc
-TARGET  = ipcclient
diff --git a/samples/ipc/server.pro b/samples/ipc/server.pro
deleted file mode 100644 (file)
index cc2e8ce..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-# this is the project file for the server part of wxWindows IPC sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# project files
-SOURCES = server.cpp
-RC_FILE = server.rc
-TARGET  = ipcserver
diff --git a/samples/joytest/joytest.pro b/samples/joytest/joytest.pro
deleted file mode 100644 (file)
index 95db24c..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-# this is the project file for the joytest wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# needed for joystick functions
-win32:LIBS = winmm.lib
-
-# project files
-SOURCES = joytest.cpp
-RC_FILE = joytest.rc
-TARGET  = joytest
diff --git a/samples/keyboard/keyboard.pro b/samples/keyboard/keyboard.pro
deleted file mode 100644 (file)
index 12cde7c..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-# this is the project file for the keyboard wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = keyboard.cpp
-TARGET  = keyboard
diff --git a/samples/layout/layout.pro b/samples/layout/layout.pro
deleted file mode 100644 (file)
index 8b96f09..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# this is the project file for the layout wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = layout.cpp
-RC_FILE = layout.rc
-TARGET  = layout
diff --git a/samples/listctrl/listctrl.pro b/samples/listctrl/listctrl.pro
deleted file mode 100644 (file)
index b94de3e..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# this is the project file for the listctrl wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = listtest.cpp
-RC_FILE = listtest.rc
-TARGET  = listctrl
diff --git a/samples/mdi/mdi.pro b/samples/mdi/mdi.pro
deleted file mode 100644 (file)
index 373555e..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# this is the project file for the mdi wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = mdi.cpp
-RC_FILE = mdi.rc
-TARGET  = mdi
diff --git a/samples/memcheck/memcheck.pro b/samples/memcheck/memcheck.pro
deleted file mode 100644 (file)
index 2ee1866..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# this is the project file for the memcheck wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = memcheck.cpp
-RC_FILE = memcheck.rc
-TARGET  = memcheck
diff --git a/samples/menu/menu.pro b/samples/menu/menu.pro
deleted file mode 100644 (file)
index cb69d49..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# this is the project file for the menu wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = menu.cpp
-RC_FILE = menu.rc
-TARGET  = menu
diff --git a/samples/mfc/mfc.pro b/samples/mfc/mfc.pro
deleted file mode 100644 (file)
index e72d296..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# this is the project file for the mfc wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = mfctest.cpp
-RC_FILE = mfctest.rc
-TARGET  = mfc
diff --git a/samples/minifram/minifram.pro b/samples/minifram/minifram.pro
deleted file mode 100644 (file)
index 868eb18..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# this is the project file for the minifram wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = minifram.cpp
-RC_FILE = minifram.rc
-TARGET  = minifram
diff --git a/samples/minimal/minimal.pro b/samples/minimal/minimal.pro
deleted file mode 100644 (file)
index e6a49e3..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# this is the project file for the minimal wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = minimal.cpp
-RC_FILE = minimal.rc
-TARGET  = minimal
diff --git a/samples/nativdlg/nativdlg.pro b/samples/nativdlg/nativdlg.pro
deleted file mode 100644 (file)
index 36cefd8..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# this is the project file for the nativdlg wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = nativdlg.cpp
-RC_FILE = nativdlg.rc
-TARGET  = nativdlg
diff --git a/samples/notebook/notebook.pro b/samples/notebook/notebook.pro
deleted file mode 100644 (file)
index 5d1c081..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# this is the project file for the notebook wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = notebook.cpp
-RC_FILE = notebook.rc
-TARGET  = notebook
diff --git a/samples/oleauto/oleauto.pro b/samples/oleauto/oleauto.pro
deleted file mode 100644 (file)
index 8e20834..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# this is the project file for the oleauto wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = oleauto.cpp
-RC_FILE = oleauto.rc
-TARGET  = oleauto
diff --git a/samples/opengl/cube/cube.pro b/samples/opengl/cube/cube.pro
deleted file mode 100644 (file)
index 65320a9..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-# this is the project file for the opengl/cube wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# we need to explicitly specify the wxWindows root dir location because it is
-# not the default "../.." for this sample
-WXDIR=../../..
-
-# need to link against OpenGL libs, of course
-win32:LIBS=opengl32.lib glu32.lib
-
-# project files
-SOURCES = cube.cpp
-RC_FILE = cube.rc
-TARGET  = glcube
diff --git a/samples/opengl/isosurf/isosurf.pro b/samples/opengl/isosurf/isosurf.pro
deleted file mode 100644 (file)
index 1f39cce..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-# this is the project file for the opengl/isosurf wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# we need to explicitly specify the wxWindows root dir location because it is
-# not the default "../.." for this sample
-WXDIR=../../..
-
-# need to link against OpenGL libs, of course
-win32:LIBS=opengl32.lib glu32.lib
-
-# project files
-SOURCES = isosurf.cpp
-RC_FILE = isosurf.rc
-TARGET  = glisosurf
diff --git a/samples/opengl/penguin/penguin.pro b/samples/opengl/penguin/penguin.pro
deleted file mode 100644 (file)
index 7fbe7da..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-# this is the project file for the opengl/penguin wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# we need to explicitly specify the wxWindows root dir location because it is
-# not the default "../.." for this sample
-WXDIR=../../..
-
-# need to link against OpenGL libs, of course
-win32:LIBS=opengl32.lib glu32.lib
-
-# project files
-SOURCES = penguin.cpp lw.cpp trackball.c
-RC_FILE = penguin.rc
-TARGET  = glpenguin
diff --git a/samples/ownerdrw/ownerdrw.pro b/samples/ownerdrw/ownerdrw.pro
deleted file mode 100644 (file)
index 458752b..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# this is the project file for the ownerdrw wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = ownerdrw.cpp
-RC_FILE = ownerdrw.rc
-TARGET  = ownerdrw
diff --git a/samples/png/png.pro b/samples/png/png.pro
deleted file mode 100644 (file)
index c65b50a..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# this is the project file for the png wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = pngdemo.cpp
-RC_FILE = pngdemo.rc
-TARGET  = png
diff --git a/samples/printing/printing.pro b/samples/printing/printing.pro
deleted file mode 100644 (file)
index 0a9a063..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# this is the project file for the printing wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = printing.cpp
-RC_FILE = printing.rc
-TARGET  = printing
diff --git a/samples/propsize/propsize.pro b/samples/propsize/propsize.pro
deleted file mode 100644 (file)
index 47bcfc3..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# this is the project file for the propsize wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = propsize.cpp
-RC_FILE = propsize.rc
-TARGET  = propsize
diff --git a/samples/regtest/regtest.pro b/samples/regtest/regtest.pro
deleted file mode 100644 (file)
index e73e115..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# this is the project file for the regtest wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = regtest.cpp
-RC_FILE = regtest.rc
-TARGET  = regtest
diff --git a/samples/rotate/rotate.pro b/samples/rotate/rotate.pro
deleted file mode 100644 (file)
index 0d584c8..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# this is the project file for the rotate wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = rotate.cpp
-RC_FILE = rotate.rc
-TARGET  = rotate
diff --git a/samples/sashtest/sashtest.pro b/samples/sashtest/sashtest.pro
deleted file mode 100644 (file)
index 5b7ae3d..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# this is the project file for the sashtest wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = sashtest.cpp
-RC_FILE = sashtest.rc
-TARGET  = sashtest
diff --git a/samples/scroll/scroll.pro b/samples/scroll/scroll.pro
deleted file mode 100644 (file)
index 96049ca..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# this is the project file for the scroll wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = scroll.cpp
-RC_FILE = scroll.rc
-TARGET  = scroll
diff --git a/samples/scrollsub/scrollsub.pro b/samples/scrollsub/scrollsub.pro
deleted file mode 100644 (file)
index c15d636..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# this is the project file for the scrollsub wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = scrollsub.cpp
-RC_FILE = scrollsub.rc
-TARGET  = scrollsub
diff --git a/samples/sockets/client.pro b/samples/sockets/client.pro
deleted file mode 100644 (file)
index 6cbb9bf..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-# this is the project file for the client part of wxWindows sockets sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# project files
-SOURCES = client.cpp
-RC_FILE = client.rc
-TARGET  = socketclient
diff --git a/samples/sockets/server.pro b/samples/sockets/server.pro
deleted file mode 100644 (file)
index de37a12..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-# this is the project file for the server part of wxWindows sockets sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# project files
-SOURCES = server.cpp
-RC_FILE = server.rc
-TARGET  = socketserver
diff --git a/samples/splitter/splitter.pro b/samples/splitter/splitter.pro
deleted file mode 100644 (file)
index 59d5dc9..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# this is the project file for the splitter wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = splitter.cpp
-RC_FILE = splitter.rc
-TARGET  = splitter
diff --git a/samples/statbar/statbar.pro b/samples/statbar/statbar.pro
deleted file mode 100644 (file)
index f39af89..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# this is the project file for the statbar wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = statbar.cpp
-RC_FILE = statbar.rc
-TARGET  = statbar
diff --git a/samples/taskbar/taskbar.pro b/samples/taskbar/taskbar.pro
deleted file mode 100644 (file)
index b86289a..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# this is the project file for the taskbar wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = tbtest.cpp
-RC_FILE = tbtest.rc
-TARGET  = taskbar
diff --git a/samples/text/text.pro b/samples/text/text.pro
deleted file mode 100644 (file)
index 3d26c0f..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# this is the project file for the text wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = text.cpp
-RC_FILE = text.rc
-TARGET  = text
diff --git a/samples/thread/thread.pro b/samples/thread/thread.pro
deleted file mode 100644 (file)
index 685b9ff..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# this is the project file for the thread wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = thread.cpp
-RC_FILE = thread.rc
-TARGET  = thread
diff --git a/samples/toolbar/toolbar.pro b/samples/toolbar/toolbar.pro
deleted file mode 100644 (file)
index 1e2a15f..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# this is the project file for the toolbar wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = toolbar.cpp
-RC_FILE = toolbar.rc
-TARGET  = toolbar
diff --git a/samples/typetest/typetest.pro b/samples/typetest/typetest.pro
deleted file mode 100644 (file)
index f60ecbb..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# this is the project file for the typetest wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = typetest.cpp
-RC_FILE = typetest.rc
-TARGET  = typetest
diff --git a/samples/widgets/widgets.pro b/samples/widgets/widgets.pro
deleted file mode 100644 (file)
index 3a38071..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-# this is the project file for the widgets wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = widgets.cpp button.cpp combobox.cpp gauge.cpp listbox.cpp \
-          notebook.cpp radiobox.cpp slider.cpp spinbtn.cpp static.cpp \
-          textctrl.cpp
-RC_FILE = widgets.rc
-TARGET  = widgets
diff --git a/samples/wizard/wizard.pro b/samples/wizard/wizard.pro
deleted file mode 100644 (file)
index 8c55eaf..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# this is the project file for the wizard wxWindows sample
-
-# we generate the VC++ IDE project file, comment this line
-# to generate a makefile for (n)make
-TEMPLATE = vc6app
-
-# wx is mandatory for wxWindows projects
-CONFIG  = wx
-
-# the configurations of wxWindows we want to use: the value below is the
-# default one; possible other values are {Debug|Release}Unicode[Dll]
-#WXCONFIGS = Debug Release DebugDll ReleaseDll
-
-# project files
-SOURCES = wizard.cpp
-RC_FILE = wizard.rc
-TARGET  = wizard