diff --git a/samples/config/.cvsignore b/samples/config/.cvsignore index 4daa84b813..7957c41216 100644 --- a/samples/config/.cvsignore +++ b/samples/config/.cvsignore @@ -1,2 +1,3 @@ Linux linux-gnu +linux \ No newline at end of file diff --git a/samples/config/Makefile b/samples/config/Makefile index 027d82ae19..1a249aa73c 100644 --- a/samples/config/Makefile +++ b/samples/config/Makefile @@ -1 +1 @@ -include ../../src/gtk/setup/general/makeapp +include ../../install/unix/setup/general/makeapp diff --git a/samples/controls/.cvsignore b/samples/controls/.cvsignore index 4daa84b813..7957c41216 100644 --- a/samples/controls/.cvsignore +++ b/samples/controls/.cvsignore @@ -1,2 +1,3 @@ Linux linux-gnu +linux \ No newline at end of file diff --git a/samples/controls/Makefile b/samples/controls/Makefile index 027d82ae19..1a249aa73c 100644 --- a/samples/controls/Makefile +++ b/samples/controls/Makefile @@ -1 +1 @@ -include ../../src/gtk/setup/general/makeapp +include ../../install/unix/setup/general/makeapp diff --git a/samples/controls/Makefile.in b/samples/controls/Makefile.in index 5654689bb0..f011b493a7 100644 --- a/samples/controls/Makefile.in +++ b/samples/controls/Makefile.in @@ -7,7 +7,7 @@ OS=@OS@ RULE=bin # define library name -BIN_TARGET=test +BIN_TARGET=controls # define library sources BIN_SRC=\ controls.cpp diff --git a/samples/dialogs/.cvsignore b/samples/dialogs/.cvsignore index 4daa84b813..7957c41216 100644 --- a/samples/dialogs/.cvsignore +++ b/samples/dialogs/.cvsignore @@ -1,2 +1,3 @@ Linux linux-gnu +linux \ No newline at end of file diff --git a/samples/dialogs/Makefile b/samples/dialogs/Makefile index 027d82ae19..1a249aa73c 100644 --- a/samples/dialogs/Makefile +++ b/samples/dialogs/Makefile @@ -1 +1 @@ -include ../../src/gtk/setup/general/makeapp +include ../../install/unix/setup/general/makeapp diff --git a/samples/dnd/.cvsignore b/samples/dnd/.cvsignore index 4337eb7ac0..7957c41216 100644 --- a/samples/dnd/.cvsignore +++ b/samples/dnd/.cvsignore @@ -1,3 +1,3 @@ Linux linux-gnu -linux-gnu +linux \ No newline at end of file diff --git a/samples/dnd/Makefile b/samples/dnd/Makefile index 027d82ae19..1a249aa73c 100644 --- a/samples/dnd/Makefile +++ b/samples/dnd/Makefile @@ -1 +1 @@ -include ../../src/gtk/setup/general/makeapp +include ../../install/unix/setup/general/makeapp diff --git a/samples/docview/.cvsignore b/samples/docview/.cvsignore index 4daa84b813..7957c41216 100644 --- a/samples/docview/.cvsignore +++ b/samples/docview/.cvsignore @@ -1,2 +1,3 @@ Linux linux-gnu +linux \ No newline at end of file diff --git a/samples/docview/Makefile b/samples/docview/Makefile index 027d82ae19..1a249aa73c 100644 --- a/samples/docview/Makefile +++ b/samples/docview/Makefile @@ -1 +1 @@ -include ../../src/gtk/setup/general/makeapp +include ../../install/unix/setup/general/makeapp diff --git a/samples/docvwmdi/.cvsignore b/samples/docvwmdi/.cvsignore index 4daa84b813..7957c41216 100644 --- a/samples/docvwmdi/.cvsignore +++ b/samples/docvwmdi/.cvsignore @@ -1,2 +1,3 @@ Linux linux-gnu +linux \ No newline at end of file diff --git a/samples/docvwmdi/Makefile b/samples/docvwmdi/Makefile index 027d82ae19..1a249aa73c 100644 --- a/samples/docvwmdi/Makefile +++ b/samples/docvwmdi/Makefile @@ -1 +1 @@ -include ../../src/gtk/setup/general/makeapp +include ../../install/unix/setup/general/makeapp diff --git a/samples/dynamic/.cvsignore b/samples/dynamic/.cvsignore index 4daa84b813..7957c41216 100644 --- a/samples/dynamic/.cvsignore +++ b/samples/dynamic/.cvsignore @@ -1,2 +1,3 @@ Linux linux-gnu +linux \ No newline at end of file diff --git a/samples/dynamic/Makefile b/samples/dynamic/Makefile index 027d82ae19..1a249aa73c 100644 --- a/samples/dynamic/Makefile +++ b/samples/dynamic/Makefile @@ -1 +1 @@ -include ../../src/gtk/setup/general/makeapp +include ../../install/unix/setup/general/makeapp diff --git a/samples/dynamic/Makefile.in b/samples/dynamic/Makefile.in index 13d042e5ef..ad872ffe11 100644 --- a/samples/dynamic/Makefile.in +++ b/samples/dynamic/Makefile.in @@ -7,7 +7,7 @@ OS=@OS@ RULE=bin # define library name -BIN_TARGET=test +BIN_TARGET=dynamic # define library sources BIN_SRC=\ minimal.cpp diff --git a/samples/forty/.cvsignore b/samples/forty/.cvsignore index 4daa84b813..7957c41216 100644 --- a/samples/forty/.cvsignore +++ b/samples/forty/.cvsignore @@ -1,2 +1,3 @@ Linux linux-gnu +linux \ No newline at end of file diff --git a/samples/forty/Makefile b/samples/forty/Makefile index 027d82ae19..1a249aa73c 100644 --- a/samples/forty/Makefile +++ b/samples/forty/Makefile @@ -1 +1 @@ -include ../../src/gtk/setup/general/makeapp +include ../../install/unix/setup/general/makeapp diff --git a/samples/grid/.cvsignore b/samples/grid/.cvsignore index 4daa84b813..7957c41216 100644 --- a/samples/grid/.cvsignore +++ b/samples/grid/.cvsignore @@ -1,2 +1,3 @@ Linux linux-gnu +linux \ No newline at end of file diff --git a/samples/grid/Makefile b/samples/grid/Makefile index 027d82ae19..1a249aa73c 100644 --- a/samples/grid/Makefile +++ b/samples/grid/Makefile @@ -1 +1 @@ -include ../../src/gtk/setup/general/makeapp +include ../../install/unix/setup/general/makeapp diff --git a/samples/grid/Makefile.in b/samples/grid/Makefile.in index fd1b9963fa..6b9f1fdd09 100644 --- a/samples/grid/Makefile.in +++ b/samples/grid/Makefile.in @@ -7,7 +7,7 @@ OS=@OS@ RULE=bin # define library name -BIN_TARGET=test +BIN_TARGET=grid # define library sources BIN_SRC=\ test.cpp diff --git a/samples/internat/.cvsignore b/samples/internat/.cvsignore index 4daa84b813..7957c41216 100644 --- a/samples/internat/.cvsignore +++ b/samples/internat/.cvsignore @@ -1,2 +1,3 @@ Linux linux-gnu +linux \ No newline at end of file diff --git a/samples/internat/Makefile b/samples/internat/Makefile index 027d82ae19..1a249aa73c 100644 --- a/samples/internat/Makefile +++ b/samples/internat/Makefile @@ -1 +1 @@ -include ../../src/gtk/setup/general/makeapp +include ../../install/unix/setup/general/makeapp diff --git a/samples/internat/Makefile.in b/samples/internat/Makefile.in index 774cdbd778..551d016327 100644 --- a/samples/internat/Makefile.in +++ b/samples/internat/Makefile.in @@ -7,7 +7,7 @@ OS=@OS@ RULE=bin # define library name -BIN_TARGET=test +BIN_TARGET=internat # define library sources BIN_SRC=\ internat.cpp diff --git a/samples/layout/.cvsignore b/samples/layout/.cvsignore index 4daa84b813..7957c41216 100644 --- a/samples/layout/.cvsignore +++ b/samples/layout/.cvsignore @@ -1,2 +1,3 @@ Linux linux-gnu +linux \ No newline at end of file diff --git a/samples/layout/Makefile b/samples/layout/Makefile index 027d82ae19..1a249aa73c 100644 --- a/samples/layout/Makefile +++ b/samples/layout/Makefile @@ -1 +1 @@ -include ../../src/gtk/setup/general/makeapp +include ../../install/unix/setup/general/makeapp diff --git a/samples/layout/Makefile.in b/samples/layout/Makefile.in index 65e4932f02..fff7673056 100644 --- a/samples/layout/Makefile.in +++ b/samples/layout/Makefile.in @@ -7,7 +7,7 @@ OS=@OS@ RULE=bin # define library name -BIN_TARGET=test +BIN_TARGET=layout # define library sources BIN_SRC=\ layout.cpp diff --git a/samples/mdi/.cvsignore b/samples/mdi/.cvsignore index 4daa84b813..7957c41216 100644 --- a/samples/mdi/.cvsignore +++ b/samples/mdi/.cvsignore @@ -1,2 +1,3 @@ Linux linux-gnu +linux \ No newline at end of file diff --git a/samples/mdi/Makefile b/samples/mdi/Makefile index 027d82ae19..1a249aa73c 100644 --- a/samples/mdi/Makefile +++ b/samples/mdi/Makefile @@ -1 +1 @@ -include ../../src/gtk/setup/general/makeapp +include ../../install/unix/setup/general/makeapp diff --git a/samples/mdi/Makefile.in b/samples/mdi/Makefile.in index d7dab468aa..c5b3853e3b 100644 --- a/samples/mdi/Makefile.in +++ b/samples/mdi/Makefile.in @@ -7,7 +7,7 @@ OS=@OS@ RULE=bin # define library name -BIN_TARGET=test +BIN_TARGET=mdi # define library sources BIN_SRC=\ mdi.cpp diff --git a/samples/mdi/bitmaps/preview.xpm b/samples/mdi/bitmaps/preview.xpm new file mode 100644 index 0000000000..0dfdca46e1 --- /dev/null +++ b/samples/mdi/bitmaps/preview.xpm @@ -0,0 +1,26 @@ +/* XPM */ +static char *preview_xpm[] = { +/* columns rows colors chars-per-pixel */ +"16 15 5 1", +" c Black", +". c None", +"X c Gray100", +"o c #808080", +"O c Cyan", +/* pixels */ +" .......", +" XXXXXXX ......", +" XXXXXXX . .....", +" XXXXXXX ....", +" XXXXXXXXXX ....", +" XXXXXXX ....", +" XXXXXX o..o ...", +" XXXXX oOO.oo ..", +" XXXXX .O..o. ..", +" XXXXX ....o. ..", +" XXXXX o..Ooo ..", +" XXXXXX o..o o..", +" XXXXXXX o .", +" XXXXXXXXXX . ", +" .. " +}; diff --git a/samples/memcheck/.cvsignore b/samples/memcheck/.cvsignore new file mode 100644 index 0000000000..7957c41216 --- /dev/null +++ b/samples/memcheck/.cvsignore @@ -0,0 +1,3 @@ +Linux +linux-gnu +linux \ No newline at end of file diff --git a/samples/memcheck/Makefile b/samples/memcheck/Makefile new file mode 100644 index 0000000000..1a249aa73c --- /dev/null +++ b/samples/memcheck/Makefile @@ -0,0 +1 @@ +include ../../install/unix/setup/general/makeapp diff --git a/samples/memcheck/Makefile.in b/samples/memcheck/Makefile.in new file mode 100644 index 0000000000..35bce0cea8 --- /dev/null +++ b/samples/memcheck/Makefile.in @@ -0,0 +1,26 @@ +# WXXT base directory +WXBASEDIR=@WXBASEDIR@ + +# set the OS type for compilation +OS=@OS@ +# compile a library only +RULE=bin + +# define library name +BIN_TARGET=memcheck +# define library sources +BIN_SRC=\ +memcheck.cpp + +#define library objects +BIN_OBJ=\ +memcheck.o + +# additional things needed to link +BIN_LINK= + +# additional things needed to compile +ADD_COMPILE= + +# include the definitions now +include ../../../template.mak diff --git a/samples/minimal/.cvsignore b/samples/minimal/.cvsignore index 4daa84b813..7957c41216 100644 --- a/samples/minimal/.cvsignore +++ b/samples/minimal/.cvsignore @@ -1,2 +1,3 @@ Linux linux-gnu +linux \ No newline at end of file diff --git a/samples/minimal/Makefile b/samples/minimal/Makefile index 027d82ae19..1a249aa73c 100644 --- a/samples/minimal/Makefile +++ b/samples/minimal/Makefile @@ -1 +1 @@ -include ../../src/gtk/setup/general/makeapp +include ../../install/unix/setup/general/makeapp diff --git a/samples/minimal/Makefile.in b/samples/minimal/Makefile.in index 13d042e5ef..b2ab5ad739 100644 --- a/samples/minimal/Makefile.in +++ b/samples/minimal/Makefile.in @@ -7,7 +7,7 @@ OS=@OS@ RULE=bin # define library name -BIN_TARGET=test +BIN_TARGET=minimal # define library sources BIN_SRC=\ minimal.cpp diff --git a/samples/png/.cvsignore b/samples/png/.cvsignore index 4daa84b813..7957c41216 100644 --- a/samples/png/.cvsignore +++ b/samples/png/.cvsignore @@ -1,2 +1,3 @@ Linux linux-gnu +linux \ No newline at end of file diff --git a/samples/png/Makefile b/samples/png/Makefile index 027d82ae19..1a249aa73c 100644 --- a/samples/png/Makefile +++ b/samples/png/Makefile @@ -1 +1 @@ -include ../../src/gtk/setup/general/makeapp +include ../../install/unix/setup/general/makeapp diff --git a/samples/png/Makefile.in b/samples/png/Makefile.in index 4bd9898e0a..c05f687869 100644 --- a/samples/png/Makefile.in +++ b/samples/png/Makefile.in @@ -7,7 +7,7 @@ OS=@OS@ RULE=bin # define library name -BIN_TARGET=test +BIN_TARGET=pngdemo # define library sources BIN_SRC=\ pngdemo.cpp diff --git a/samples/printing/.cvsignore b/samples/printing/.cvsignore index 4daa84b813..7957c41216 100644 --- a/samples/printing/.cvsignore +++ b/samples/printing/.cvsignore @@ -1,2 +1,3 @@ Linux linux-gnu +linux \ No newline at end of file diff --git a/samples/printing/Makefile b/samples/printing/Makefile index 027d82ae19..1a249aa73c 100644 --- a/samples/printing/Makefile +++ b/samples/printing/Makefile @@ -1 +1 @@ -include ../../src/gtk/setup/general/makeapp +include ../../install/unix/setup/general/makeapp diff --git a/samples/printing/Makefile.in b/samples/printing/Makefile.in index 96b25e414e..253013ac47 100644 --- a/samples/printing/Makefile.in +++ b/samples/printing/Makefile.in @@ -7,7 +7,7 @@ OS=@OS@ RULE=bin # define library name -BIN_TARGET=TEST +BIN_TARGET=printing # define library sources BIN_SRC=\ printing.cpp diff --git a/samples/resource/.cvsignore b/samples/resource/.cvsignore new file mode 100644 index 0000000000..7957c41216 --- /dev/null +++ b/samples/resource/.cvsignore @@ -0,0 +1,3 @@ +Linux +linux-gnu +linux \ No newline at end of file diff --git a/samples/resource/Makefile b/samples/resource/Makefile new file mode 100644 index 0000000000..1a249aa73c --- /dev/null +++ b/samples/resource/Makefile @@ -0,0 +1 @@ +include ../../install/unix/setup/general/makeapp diff --git a/samples/resource/Makefile.in b/samples/resource/Makefile.in new file mode 100644 index 0000000000..c0251fd193 --- /dev/null +++ b/samples/resource/Makefile.in @@ -0,0 +1,26 @@ +# WXXT base directory +WXBASEDIR=@WXBASEDIR@ + +# set the OS type for compilation +OS=@OS@ +# compile a library only +RULE=bin + +# define library name +BIN_TARGET=resource +# define library sources +BIN_SRC=\ +resource.cpp + +#define library objects +BIN_OBJ=\ +resource.o + +# additional things needed to link +BIN_LINK= + +# additional things needed to compile +ADD_COMPILE= + +# include the definitions now +include ../../../template.mak diff --git a/samples/splitter/.cvsignore b/samples/splitter/.cvsignore index 4daa84b813..7957c41216 100644 --- a/samples/splitter/.cvsignore +++ b/samples/splitter/.cvsignore @@ -1,2 +1,3 @@ Linux linux-gnu +linux \ No newline at end of file diff --git a/samples/splitter/Makefile b/samples/splitter/Makefile index 027d82ae19..1a249aa73c 100644 --- a/samples/splitter/Makefile +++ b/samples/splitter/Makefile @@ -1 +1 @@ -include ../../src/gtk/setup/general/makeapp +include ../../install/unix/setup/general/makeapp diff --git a/samples/splitter/Makefile.in b/samples/splitter/Makefile.in index fd1b9963fa..522773e6cb 100644 --- a/samples/splitter/Makefile.in +++ b/samples/splitter/Makefile.in @@ -7,7 +7,7 @@ OS=@OS@ RULE=bin # define library name -BIN_TARGET=test +BIN_TARGET=splitter # define library sources BIN_SRC=\ test.cpp diff --git a/samples/tab/.cvsignore b/samples/tab/.cvsignore index 4daa84b813..7957c41216 100644 --- a/samples/tab/.cvsignore +++ b/samples/tab/.cvsignore @@ -1,2 +1,3 @@ Linux linux-gnu +linux \ No newline at end of file diff --git a/samples/tab/Makefile b/samples/tab/Makefile index 027d82ae19..1a249aa73c 100644 --- a/samples/tab/Makefile +++ b/samples/tab/Makefile @@ -1 +1 @@ -include ../../src/gtk/setup/general/makeapp +include ../../install/unix/setup/general/makeapp diff --git a/samples/tab/Makefile.in b/samples/tab/Makefile.in index fd1b9963fa..3684cd27fa 100644 --- a/samples/tab/Makefile.in +++ b/samples/tab/Makefile.in @@ -7,7 +7,7 @@ OS=@OS@ RULE=bin # define library name -BIN_TARGET=test +BIN_TARGET=tab # define library sources BIN_SRC=\ test.cpp diff --git a/samples/thread/.cvsignore b/samples/thread/.cvsignore index 4daa84b813..7957c41216 100644 --- a/samples/thread/.cvsignore +++ b/samples/thread/.cvsignore @@ -1,2 +1,3 @@ Linux linux-gnu +linux \ No newline at end of file diff --git a/samples/thread/Makefile b/samples/thread/Makefile index 027d82ae19..1a249aa73c 100644 --- a/samples/thread/Makefile +++ b/samples/thread/Makefile @@ -1 +1 @@ -include ../../src/gtk/setup/general/makeapp +include ../../install/unix/setup/general/makeapp diff --git a/samples/thread/Makefile.in b/samples/thread/Makefile.in index 237f2030f7..127fbc82ed 100644 --- a/samples/thread/Makefile.in +++ b/samples/thread/Makefile.in @@ -7,7 +7,7 @@ OS=@OS@ RULE=bin # define library name -BIN_TARGET=test +BIN_TARGET=thread # define library sources BIN_SRC=\ test.cpp diff --git a/samples/toolbar/.cvsignore b/samples/toolbar/.cvsignore index 4daa84b813..7957c41216 100644 --- a/samples/toolbar/.cvsignore +++ b/samples/toolbar/.cvsignore @@ -1,2 +1,3 @@ Linux linux-gnu +linux \ No newline at end of file diff --git a/samples/toolbar/Makefile.in b/samples/toolbar/Makefile.in index fd1b9963fa..9e9b1b68eb 100644 --- a/samples/toolbar/Makefile.in +++ b/samples/toolbar/Makefile.in @@ -7,7 +7,7 @@ OS=@OS@ RULE=bin # define library name -BIN_TARGET=test +BIN_TARGET=toolbar # define library sources BIN_SRC=\ test.cpp diff --git a/samples/treectrl/.cvsignore b/samples/treectrl/.cvsignore new file mode 100644 index 0000000000..7957c41216 --- /dev/null +++ b/samples/treectrl/.cvsignore @@ -0,0 +1,3 @@ +Linux +linux-gnu +linux \ No newline at end of file diff --git a/samples/treectrl/Makefile b/samples/treectrl/Makefile new file mode 100644 index 0000000000..1a249aa73c --- /dev/null +++ b/samples/treectrl/Makefile @@ -0,0 +1 @@ +include ../../install/unix/setup/general/makeapp diff --git a/samples/treectrl/Makefile.in b/samples/treectrl/Makefile.in new file mode 100644 index 0000000000..8f091052bc --- /dev/null +++ b/samples/treectrl/Makefile.in @@ -0,0 +1,26 @@ +# WXXT base directory +WXBASEDIR=@WXBASEDIR@ + +# set the OS type for compilation +OS=@OS@ +# compile a library only +RULE=bin + +# define library name +BIN_TARGET=treetest +# define library sources +BIN_SRC=\ +treetest.cpp + +#define library objects +BIN_OBJ=\ +treetest.o + +# additional things needed to link +BIN_LINK= + +# additional things needed to compile +ADD_COMPILE= + +# include the definitions now +include ../../../template.mak diff --git a/samples/validate/.cvsignore b/samples/validate/.cvsignore new file mode 100644 index 0000000000..7957c41216 --- /dev/null +++ b/samples/validate/.cvsignore @@ -0,0 +1,3 @@ +Linux +linux-gnu +linux \ No newline at end of file