Makefile fixes
Added resource sample (segvs) Added functions to menu, mdi, frame, dialog, window that were missing e.g. in wxPython git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@542 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
03e9bead8a
commit
942be9a749
@ -1,2 +1,3 @@
|
||||
Linux
|
||||
linux-gnu
|
||||
linux
|
@ -1 +1 @@
|
||||
include ../../src/gtk/setup/general/makeapp
|
||||
include ../../install/unix/setup/general/makeapp
|
||||
|
@ -1,2 +1,3 @@
|
||||
Linux
|
||||
linux-gnu
|
||||
linux
|
@ -1 +1 @@
|
||||
include ../../src/gtk/setup/general/makeapp
|
||||
include ../../install/unix/setup/general/makeapp
|
||||
|
@ -7,7 +7,7 @@ OS=@OS@
|
||||
RULE=bin
|
||||
|
||||
# define library name
|
||||
BIN_TARGET=test
|
||||
BIN_TARGET=controls
|
||||
# define library sources
|
||||
BIN_SRC=\
|
||||
controls.cpp
|
||||
|
@ -1,2 +1,3 @@
|
||||
Linux
|
||||
linux-gnu
|
||||
linux
|
@ -1 +1 @@
|
||||
include ../../src/gtk/setup/general/makeapp
|
||||
include ../../install/unix/setup/general/makeapp
|
||||
|
@ -1,3 +1,3 @@
|
||||
Linux
|
||||
linux-gnu
|
||||
linux-gnu
|
||||
linux
|
@ -1 +1 @@
|
||||
include ../../src/gtk/setup/general/makeapp
|
||||
include ../../install/unix/setup/general/makeapp
|
||||
|
@ -1,2 +1,3 @@
|
||||
Linux
|
||||
linux-gnu
|
||||
linux
|
@ -1 +1 @@
|
||||
include ../../src/gtk/setup/general/makeapp
|
||||
include ../../install/unix/setup/general/makeapp
|
||||
|
@ -1,2 +1,3 @@
|
||||
Linux
|
||||
linux-gnu
|
||||
linux
|
@ -1 +1 @@
|
||||
include ../../src/gtk/setup/general/makeapp
|
||||
include ../../install/unix/setup/general/makeapp
|
||||
|
@ -1,2 +1,3 @@
|
||||
Linux
|
||||
linux-gnu
|
||||
linux
|
@ -1 +1 @@
|
||||
include ../../src/gtk/setup/general/makeapp
|
||||
include ../../install/unix/setup/general/makeapp
|
||||
|
@ -7,7 +7,7 @@ OS=@OS@
|
||||
RULE=bin
|
||||
|
||||
# define library name
|
||||
BIN_TARGET=test
|
||||
BIN_TARGET=dynamic
|
||||
# define library sources
|
||||
BIN_SRC=\
|
||||
minimal.cpp
|
||||
|
@ -1,2 +1,3 @@
|
||||
Linux
|
||||
linux-gnu
|
||||
linux
|
@ -1 +1 @@
|
||||
include ../../src/gtk/setup/general/makeapp
|
||||
include ../../install/unix/setup/general/makeapp
|
||||
|
@ -1,2 +1,3 @@
|
||||
Linux
|
||||
linux-gnu
|
||||
linux
|
@ -1 +1 @@
|
||||
include ../../src/gtk/setup/general/makeapp
|
||||
include ../../install/unix/setup/general/makeapp
|
||||
|
@ -7,7 +7,7 @@ OS=@OS@
|
||||
RULE=bin
|
||||
|
||||
# define library name
|
||||
BIN_TARGET=test
|
||||
BIN_TARGET=grid
|
||||
# define library sources
|
||||
BIN_SRC=\
|
||||
test.cpp
|
||||
|
@ -1,2 +1,3 @@
|
||||
Linux
|
||||
linux-gnu
|
||||
linux
|
@ -1 +1 @@
|
||||
include ../../src/gtk/setup/general/makeapp
|
||||
include ../../install/unix/setup/general/makeapp
|
||||
|
@ -7,7 +7,7 @@ OS=@OS@
|
||||
RULE=bin
|
||||
|
||||
# define library name
|
||||
BIN_TARGET=test
|
||||
BIN_TARGET=internat
|
||||
# define library sources
|
||||
BIN_SRC=\
|
||||
internat.cpp
|
||||
|
@ -1,2 +1,3 @@
|
||||
Linux
|
||||
linux-gnu
|
||||
linux
|
@ -1 +1 @@
|
||||
include ../../src/gtk/setup/general/makeapp
|
||||
include ../../install/unix/setup/general/makeapp
|
||||
|
@ -7,7 +7,7 @@ OS=@OS@
|
||||
RULE=bin
|
||||
|
||||
# define library name
|
||||
BIN_TARGET=test
|
||||
BIN_TARGET=layout
|
||||
# define library sources
|
||||
BIN_SRC=\
|
||||
layout.cpp
|
||||
|
@ -1,2 +1,3 @@
|
||||
Linux
|
||||
linux-gnu
|
||||
linux
|
@ -1 +1 @@
|
||||
include ../../src/gtk/setup/general/makeapp
|
||||
include ../../install/unix/setup/general/makeapp
|
||||
|
@ -7,7 +7,7 @@ OS=@OS@
|
||||
RULE=bin
|
||||
|
||||
# define library name
|
||||
BIN_TARGET=test
|
||||
BIN_TARGET=mdi
|
||||
# define library sources
|
||||
BIN_SRC=\
|
||||
mdi.cpp
|
||||
|
26
samples/mdi/bitmaps/preview.xpm
Normal file
26
samples/mdi/bitmaps/preview.xpm
Normal file
@ -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 . ",
|
||||
" .. "
|
||||
};
|
3
samples/memcheck/.cvsignore
Normal file
3
samples/memcheck/.cvsignore
Normal file
@ -0,0 +1,3 @@
|
||||
Linux
|
||||
linux-gnu
|
||||
linux
|
1
samples/memcheck/Makefile
Normal file
1
samples/memcheck/Makefile
Normal file
@ -0,0 +1 @@
|
||||
include ../../install/unix/setup/general/makeapp
|
26
samples/memcheck/Makefile.in
Normal file
26
samples/memcheck/Makefile.in
Normal file
@ -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
|
@ -1,2 +1,3 @@
|
||||
Linux
|
||||
linux-gnu
|
||||
linux
|
@ -1 +1 @@
|
||||
include ../../src/gtk/setup/general/makeapp
|
||||
include ../../install/unix/setup/general/makeapp
|
||||
|
@ -7,7 +7,7 @@ OS=@OS@
|
||||
RULE=bin
|
||||
|
||||
# define library name
|
||||
BIN_TARGET=test
|
||||
BIN_TARGET=minimal
|
||||
# define library sources
|
||||
BIN_SRC=\
|
||||
minimal.cpp
|
||||
|
@ -1,2 +1,3 @@
|
||||
Linux
|
||||
linux-gnu
|
||||
linux
|
@ -1 +1 @@
|
||||
include ../../src/gtk/setup/general/makeapp
|
||||
include ../../install/unix/setup/general/makeapp
|
||||
|
@ -7,7 +7,7 @@ OS=@OS@
|
||||
RULE=bin
|
||||
|
||||
# define library name
|
||||
BIN_TARGET=test
|
||||
BIN_TARGET=pngdemo
|
||||
# define library sources
|
||||
BIN_SRC=\
|
||||
pngdemo.cpp
|
||||
|
@ -1,2 +1,3 @@
|
||||
Linux
|
||||
linux-gnu
|
||||
linux
|
@ -1 +1 @@
|
||||
include ../../src/gtk/setup/general/makeapp
|
||||
include ../../install/unix/setup/general/makeapp
|
||||
|
@ -7,7 +7,7 @@ OS=@OS@
|
||||
RULE=bin
|
||||
|
||||
# define library name
|
||||
BIN_TARGET=TEST
|
||||
BIN_TARGET=printing
|
||||
# define library sources
|
||||
BIN_SRC=\
|
||||
printing.cpp
|
||||
|
3
samples/resource/.cvsignore
Normal file
3
samples/resource/.cvsignore
Normal file
@ -0,0 +1,3 @@
|
||||
Linux
|
||||
linux-gnu
|
||||
linux
|
1
samples/resource/Makefile
Normal file
1
samples/resource/Makefile
Normal file
@ -0,0 +1 @@
|
||||
include ../../install/unix/setup/general/makeapp
|
26
samples/resource/Makefile.in
Normal file
26
samples/resource/Makefile.in
Normal file
@ -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
|
@ -1,2 +1,3 @@
|
||||
Linux
|
||||
linux-gnu
|
||||
linux
|
@ -1 +1 @@
|
||||
include ../../src/gtk/setup/general/makeapp
|
||||
include ../../install/unix/setup/general/makeapp
|
||||
|
@ -7,7 +7,7 @@ OS=@OS@
|
||||
RULE=bin
|
||||
|
||||
# define library name
|
||||
BIN_TARGET=test
|
||||
BIN_TARGET=splitter
|
||||
# define library sources
|
||||
BIN_SRC=\
|
||||
test.cpp
|
||||
|
@ -1,2 +1,3 @@
|
||||
Linux
|
||||
linux-gnu
|
||||
linux
|
@ -1 +1 @@
|
||||
include ../../src/gtk/setup/general/makeapp
|
||||
include ../../install/unix/setup/general/makeapp
|
||||
|
@ -7,7 +7,7 @@ OS=@OS@
|
||||
RULE=bin
|
||||
|
||||
# define library name
|
||||
BIN_TARGET=test
|
||||
BIN_TARGET=tab
|
||||
# define library sources
|
||||
BIN_SRC=\
|
||||
test.cpp
|
||||
|
@ -1,2 +1,3 @@
|
||||
Linux
|
||||
linux-gnu
|
||||
linux
|
@ -1 +1 @@
|
||||
include ../../src/gtk/setup/general/makeapp
|
||||
include ../../install/unix/setup/general/makeapp
|
||||
|
@ -7,7 +7,7 @@ OS=@OS@
|
||||
RULE=bin
|
||||
|
||||
# define library name
|
||||
BIN_TARGET=test
|
||||
BIN_TARGET=thread
|
||||
# define library sources
|
||||
BIN_SRC=\
|
||||
test.cpp
|
||||
|
@ -1,2 +1,3 @@
|
||||
Linux
|
||||
linux-gnu
|
||||
linux
|
@ -7,7 +7,7 @@ OS=@OS@
|
||||
RULE=bin
|
||||
|
||||
# define library name
|
||||
BIN_TARGET=test
|
||||
BIN_TARGET=toolbar
|
||||
# define library sources
|
||||
BIN_SRC=\
|
||||
test.cpp
|
||||
|
3
samples/treectrl/.cvsignore
Normal file
3
samples/treectrl/.cvsignore
Normal file
@ -0,0 +1,3 @@
|
||||
Linux
|
||||
linux-gnu
|
||||
linux
|
1
samples/treectrl/Makefile
Normal file
1
samples/treectrl/Makefile
Normal file
@ -0,0 +1 @@
|
||||
include ../../install/unix/setup/general/makeapp
|
26
samples/treectrl/Makefile.in
Normal file
26
samples/treectrl/Makefile.in
Normal file
@ -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
|
3
samples/validate/.cvsignore
Normal file
3
samples/validate/.cvsignore
Normal file
@ -0,0 +1,3 @@
|
||||
Linux
|
||||
linux-gnu
|
||||
linux
|
Loading…
Reference in New Issue
Block a user