From: Vadim Zeitlin Date: Thu, 8 Feb 2007 14:37:27 +0000 (+0000) Subject: removed the old tmake project files X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b33df83245822504d10d0dd8c0dcf226f3d678bf removed the old tmake project files git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44415 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/demos/bombs/bombs.pro b/demos/bombs/bombs.pro deleted file mode 100644 index f718918370..0000000000 --- a/demos/bombs/bombs.pro +++ /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 index 38bb948c4a..0000000000 --- a/demos/dbbrowse/dbbrowse.pro +++ /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 index 0331b39455..0000000000 --- a/demos/forty/forty.pro +++ /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 index d49264d72c..0000000000 --- a/demos/fractal/fractal.pro +++ /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 index 31fb913d33..0000000000 --- a/demos/life/life.pro +++ /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 index 5d5f64c5a4..0000000000 --- a/demos/poem/poem.pro +++ /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 index 992eafbfe5..0000000000 --- a/samples/artprov/artprov.pro +++ /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 index 729a68330a..0000000000 --- a/samples/calendar/calendar.pro +++ /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 index 73c8be6fb9..0000000000 --- a/samples/caret/caret.pro +++ /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 index 0016834f2e..0000000000 --- a/samples/checklst/checklst.pro +++ /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 index 3f9efc832d..0000000000 --- a/samples/config/config.pro +++ /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 index da061a17e3..0000000000 --- a/samples/console/console.pro +++ /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 index 1e22ee7d35..0000000000 --- a/samples/controls/controls.pro +++ /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 index 2d8c5cf969..0000000000 --- a/samples/db/db.pro +++ /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 index a8b76b708d..0000000000 --- a/samples/dialogs/dialogs.pro +++ /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 index be3cc03cd5..0000000000 --- a/samples/dialup/dialup.pro +++ /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 index c6666e2290..0000000000 --- a/samples/display/display.pro +++ /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 index 26d2fabe0d..0000000000 --- a/samples/dnd/dnd.pro +++ /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 index d0357110f8..0000000000 --- a/samples/docview/docview.pro +++ /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 index 137c351d6f..0000000000 --- a/samples/docvwmdi/docvwmdi.pro +++ /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 index eaf008d7da..0000000000 --- a/samples/dragimag/dragimag.pro +++ /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 index 52f4e9f951..0000000000 --- a/samples/drawing/drawing.pro +++ /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 index 16e5b6a5d4..0000000000 --- a/samples/dynamic/dynamic.pro +++ /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 index f6ce9ce2cc..0000000000 --- a/samples/erase/erase.pro +++ /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 index d9bd253bcf..0000000000 --- a/samples/event/event.pro +++ /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 index d18e404116..0000000000 --- a/samples/exec/exec.pro +++ /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 index d357d8019b..0000000000 --- a/samples/font/font.pro +++ /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 index 5995643965..0000000000 --- a/samples/grid/griddemo.pro +++ /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 index 4ba326636b..0000000000 --- a/samples/help/help.pro +++ /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 index 61288e2aaf..0000000000 --- a/samples/html/about/about.pro +++ /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 index 53305b1aa0..0000000000 --- a/samples/html/help/help.pro +++ /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 index 003c860e5c..0000000000 --- a/samples/html/helpview/helpview.pro +++ /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 index e4866a3f0c..0000000000 --- a/samples/html/printing/printing.pro +++ /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 index f8339320f9..0000000000 --- a/samples/html/test/test.pro +++ /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 index ca698032fe..0000000000 --- a/samples/html/virtual/virtual.pro +++ /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 index 33f4c12338..0000000000 --- a/samples/html/widget/widget.pro +++ /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 index caa4816914..0000000000 --- a/samples/html/zip/zip.pro +++ /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 index a4418382c0..0000000000 --- a/samples/image/image.pro +++ /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 index f8372c71c3..0000000000 --- a/samples/internat/internat.pro +++ /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 index 814464bca4..0000000000 --- a/samples/ipc/client.pro +++ /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 index cc2e8ce78f..0000000000 --- a/samples/ipc/server.pro +++ /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 index 95db24c34f..0000000000 --- a/samples/joytest/joytest.pro +++ /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 index 12cde7c5a3..0000000000 --- a/samples/keyboard/keyboard.pro +++ /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 index 8b96f092d4..0000000000 --- a/samples/layout/layout.pro +++ /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 index b94de3ef11..0000000000 --- a/samples/listctrl/listctrl.pro +++ /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 index 373555e2ef..0000000000 --- a/samples/mdi/mdi.pro +++ /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 index 2ee1866306..0000000000 --- a/samples/memcheck/memcheck.pro +++ /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 index cb69d49af4..0000000000 --- a/samples/menu/menu.pro +++ /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 index e72d296b93..0000000000 --- a/samples/mfc/mfc.pro +++ /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 index 868eb1869c..0000000000 --- a/samples/minifram/minifram.pro +++ /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 index e6a49e395d..0000000000 --- a/samples/minimal/minimal.pro +++ /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 index 36cefd891f..0000000000 --- a/samples/nativdlg/nativdlg.pro +++ /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 index 5d1c081483..0000000000 --- a/samples/notebook/notebook.pro +++ /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 index 8e2083466b..0000000000 --- a/samples/oleauto/oleauto.pro +++ /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 index 65320a9369..0000000000 --- a/samples/opengl/cube/cube.pro +++ /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 index 1f39cce9a2..0000000000 --- a/samples/opengl/isosurf/isosurf.pro +++ /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 index 7fbe7da083..0000000000 --- a/samples/opengl/penguin/penguin.pro +++ /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 index 458752b04f..0000000000 --- a/samples/ownerdrw/ownerdrw.pro +++ /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 index c65b50ad84..0000000000 --- a/samples/png/png.pro +++ /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 index 0a9a0639d8..0000000000 --- a/samples/printing/printing.pro +++ /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 index 47bcfc34a5..0000000000 --- a/samples/propsize/propsize.pro +++ /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 index e73e115e1b..0000000000 --- a/samples/regtest/regtest.pro +++ /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 index 0d584c8770..0000000000 --- a/samples/rotate/rotate.pro +++ /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 index 5b7ae3d4cd..0000000000 --- a/samples/sashtest/sashtest.pro +++ /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 index 96049cab71..0000000000 --- a/samples/scroll/scroll.pro +++ /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 index c15d636116..0000000000 --- a/samples/scrollsub/scrollsub.pro +++ /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 index 6cbb9bfc9d..0000000000 --- a/samples/sockets/client.pro +++ /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 index de37a12366..0000000000 --- a/samples/sockets/server.pro +++ /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 index 59d5dc971d..0000000000 --- a/samples/splitter/splitter.pro +++ /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 index f39af8960c..0000000000 --- a/samples/statbar/statbar.pro +++ /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 index b86289a38d..0000000000 --- a/samples/taskbar/taskbar.pro +++ /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 index 3d26c0f53a..0000000000 --- a/samples/text/text.pro +++ /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 index 685b9ffef7..0000000000 --- a/samples/thread/thread.pro +++ /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 index 1e2a15fa9a..0000000000 --- a/samples/toolbar/toolbar.pro +++ /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 index f60ecbbd16..0000000000 --- a/samples/typetest/typetest.pro +++ /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 index 3a38071450..0000000000 --- a/samples/widgets/widgets.pro +++ /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 index 8c55eafcf9..0000000000 --- a/samples/wizard/wizard.pro +++ /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