removed the old tmake project files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44415 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
f9b5691a1b
commit
b33df83245
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user