Bild fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1515 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -116,6 +116,13 @@ cd ..
|
|||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
echo User dir..
|
||||||
|
|
||||||
|
cd src
|
||||||
|
mkdir ~/wxgtk_dist/wxGTK/user
|
||||||
|
cp Makefile ~/wxgtk_dist/wxGTK/user
|
||||||
|
cd ..
|
||||||
|
|
||||||
echo Src dir..
|
echo Src dir..
|
||||||
|
|
||||||
cd src
|
cd src
|
||||||
@@ -366,6 +373,7 @@ cp Makefile.in ~/wxgtk_dist/wxGTK/samples/forty
|
|||||||
cp *.cpp ~/wxgtk_dist/wxGTK/samples/forty
|
cp *.cpp ~/wxgtk_dist/wxGTK/samples/forty
|
||||||
cp *.h ~/wxgtk_dist/wxGTK/samples/forty
|
cp *.h ~/wxgtk_dist/wxGTK/samples/forty
|
||||||
cp *.xpm ~/wxgtk_dist/wxGTK/samples/forty
|
cp *.xpm ~/wxgtk_dist/wxGTK/samples/forty
|
||||||
|
cp *.xbm ~/wxgtk_dist/wxGTK/samples/forty
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
echo Fractal sample..
|
echo Fractal sample..
|
||||||
@@ -631,6 +639,7 @@ mkdir ~/wxgtk_dist/wxGTK/samples/wxpoem
|
|||||||
cp Makefile ~/wxgtk_dist/wxGTK/samples/wxpoem
|
cp Makefile ~/wxgtk_dist/wxGTK/samples/wxpoem
|
||||||
cp Makefile.in ~/wxgtk_dist/wxGTK/samples/wxpoem
|
cp Makefile.in ~/wxgtk_dist/wxGTK/samples/wxpoem
|
||||||
cp *.cpp ~/wxgtk_dist/wxGTK/samples/wxpoem
|
cp *.cpp ~/wxgtk_dist/wxGTK/samples/wxpoem
|
||||||
|
cp *.h ~/wxgtk_dist/wxGTK/samples/wxpoem
|
||||||
cp *.xpm ~/wxgtk_dist/wxGTK/samples/wxpoem
|
cp *.xpm ~/wxgtk_dist/wxGTK/samples/wxpoem
|
||||||
cp wxpoem.dat ~/wxgtk_dist/wxGTK/samples/wxpoem
|
cp wxpoem.dat ~/wxgtk_dist/wxGTK/samples/wxpoem
|
||||||
cp wxpoem.txt ~/wxgtk_dist/wxGTK/samples/wxpoem
|
cp wxpoem.txt ~/wxgtk_dist/wxGTK/samples/wxpoem
|
||||||
|
@@ -61,7 +61,7 @@
|
|||||||
#define wxHAVE_GLIBC2 0
|
#define wxHAVE_GLIBC2 0
|
||||||
|
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
// GUI control options (allways enabled in wxGTK)
|
// GUI control options (always enabled in wxGTK)
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -110,6 +110,10 @@
|
|||||||
* streams implementation.
|
* streams implementation.
|
||||||
*/
|
*/
|
||||||
#define wxUSE_STD_IOSTREAM 1
|
#define wxUSE_STD_IOSTREAM 1
|
||||||
|
/*
|
||||||
|
* Use constraints mechanism
|
||||||
|
*/
|
||||||
|
#define wxUSE_CONSTRAINTS 1
|
||||||
|
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
// PS options
|
// PS options
|
||||||
|
Reference in New Issue
Block a user