Added shaped sample copying

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21009 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2003-06-08 17:49:49 +00:00
parent 6444e22daa
commit 44cf9b50ee
5 changed files with 21 additions and 4 deletions

View File

@ -1282,6 +1282,13 @@ SAMPLES_DIST: ALL_GUI_DIST
cp $(SAMPDIR)/scrollsub/makefile.unx $(DISTDIR)/samples/scrollsub
cp $(SAMPDIR)/scrollsub/*.cpp $(DISTDIR)/samples/scrollsub
mkdir $(DISTDIR)/samples/shaped
cp $(SAMPDIR)/shaped/Makefile.in $(DISTDIR)/samples/shaped
cp $(SAMPDIR)/shaped/makefile.unx $(DISTDIR)/samples/shaped
cp $(SAMPDIR)/shaped/*.cpp $(DISTDIR)/samples/shaped
cp $(SAMPDIR)/shaped/*.h $(DISTDIR)/samples/shaped
cp $(SAMPDIR)/shaped/*.png $(DISTDIR)/samples/shaped
mkdir $(DISTDIR)/samples/sockets
cp $(SAMPDIR)/sockets/Makefile.in $(DISTDIR)/samples/sockets
cp $(SAMPDIR)/sockets/makefile.unx $(DISTDIR)/samples/sockets

View File

@ -502,6 +502,15 @@ samples/help/doc/*.tex
samples/help/doc/*.gif
samples/help/doc/*.map
samples/htlbox/*.cpp
samples/htlbox/*.h
samples/htlbox/*.def
samples/htlbox/makefile*
samples/htlbox/*.xpm
samples/htlbox/*.ico
samples/htlbox/*.bmp
samples/htlbox/*.rc
samples/html/makefile*
samples/html/*.txt

View File

@ -24,6 +24,7 @@ samples/event/Makefile.in
samples/grid/Makefile.in
samples/keyboard/Makefile.in
samples/help/Makefile.in
samples/htlbox/Makefile.in
samples/internat/Makefile.in
samples/ipc/Makefile.in
samples/png/Makefile.in

View File

@ -55,7 +55,7 @@ Creates a timer and associates it with {\it owner}. Please see
Destructor. Stops the timer if it is running.
\membersection{wxTimer::GetInterval}{wxtimergetinterval}
\membersection{wxTimer::GetInterval}\label{wxtimergetinterval}
\constfunc{int}{GetInterval}{\void}

View File

@ -45,14 +45,14 @@
#define WXWIN_COMPATIBILITY_2 0
// This setting determines the compatibility with 2.2 API: set it to 1 to
// enable it but please consider to update your code instead of doing it.
// enable it but please consider updating your code instead.
//
// Default is 0
//
// Recommended setting: 0 (please update your code)
#define WXWIN_COMPATIBILITY_2_2 1
// This setting determines the compatibility with 2.2 API: set it to 0 to
// This setting determines the compatibility with 2.4 API: set it to 0 to
// flag all cases of using deprecated functions.
//
// Default is 1 but please try building your code with 0 as the default will
@ -160,7 +160,7 @@
//
// Unicode is currently only fully supported under Windows NT/2000/XP
// (Windows 9x doesn't support it and the programs compiled in Unicode mode
// will not run under 9x -- but see wxUSE_UNICODE_MSLU bellow).
// will not run under 9x -- but see wxUSE_UNICODE_MSLU below).
//
// Default is 0
//