Script updates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25942 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2004-02-25 10:39:57 +00:00
parent 9c266fa066
commit 52f52ebc4e
6 changed files with 42 additions and 27 deletions

View File

@ -449,6 +449,12 @@ samples/event/*.bmp
samples/event/*.pro
samples/event/*.bkl
samples/except/*.cpp
samples/except/*.rc
samples/except/makefile*
samples/except/*.xpm
samples/except/*.bkl
samples/exec/*.cpp
samples/exec/*.h
samples/exec/makefile*
@ -728,6 +734,17 @@ samples/ipc/*.txt
samples/ipc/*.pro
samples/ipc/*.bkl
samples/joytest/*.h
samples/joytest/*.cpp
samples/joytest/*.def
samples/joytest/*.rc
samples/joytest/makefile.*
samples/joytest/*.txt
samples/joytest/*.bmp
samples/joytest/*.wav
samples/joytest/*.ico
samples/joytest/*.bkl
samples/keyboard/*.cpp
samples/keyboard/*.h
samples/keyboard/*.def
@ -856,6 +873,8 @@ samples/mobile/wxedit/*.h
samples/mobile/wxedit/*.xpm
samples/mobile/styles/*.bkl
samples/mobile/wxedit/*.bkl
samples/mobile/make*
samples/mobile/*.bkl
samples/multimon/*.h
samples/multimon/*.cpp
@ -898,6 +917,8 @@ samples/odbc/*.cdx
samples/odbc/*.pro
samples/odbc/*.bkl
samples/opengl/*.bkl
samples/opengl/make*
samples/opengl/cube/*.cpp
samples/opengl/cube/*.h
samples/opengl/cube/*.rc
@ -1194,6 +1215,12 @@ samples/validate/*.bmp
samples/validate/*.pro
samples/validate/*.bkl
samples/vscroll/*.cpp
samples/vscroll/*.rc
samples/vscroll/makefile*
samples/vscroll/*.xpm
samples/vscroll/*.bkl
samples/widgets/*.cpp
samples/widgets/*.h
samples/widgets/makefile*

View File

@ -19,6 +19,7 @@ samples/dragimag/Makefile.in
samples/drawing/Makefile.in
samples/dynamic/Makefile.in
samples/erase/Makefile.in
samples/except/Makefile.in
samples/exec/Makefile.in
samples/event/Makefile.in
samples/grid/Makefile.in
@ -67,8 +68,6 @@ samples/thread/Makefile.in
samples/toolbar/Makefile.in
samples/treectrl/Makefile.in
samples/typetest/Makefile.in
samples/validate/Makefile.in
samples/wizard/Makefile.in
samples/dialup/Makefile.in
samples/display/Makefile.in
samples/font/Makefile.in
@ -78,7 +77,10 @@ samples/opengl/Makefile.in
samples/opengl/cube/Makefile.in
samples/opengl/penguin/Makefile.in
samples/opengl/isosurf/Makefile.in
samples/validate/Makefile.in
samples/vscroll/Makefile.in
samples/widgets/Makefile.in
samples/wizard/Makefile.in
demos/Makefile.in
demos/bombs/Makefile.in
demos/forty/Makefile.in

View File

@ -563,6 +563,9 @@ makesetup()
cp $APPDIR/docs/motif/install.txt $DESTDIR/install-motif-$VERSION.txt
cp $APPDIR/docs/gtk/install.txt $DESTDIR/install-gtk-$VERSION.txt
cp $APPDIR/docs/x11/install.txt $DESTDIR/install-x11-$VERSION.txt
cp $APPDIR/docs/mgl/readme.txt $DESTDIR/readme-mgl-$VERSION.txt
cp $APPDIR/docs/mgl/install.txt $DESTDIR/install-mgl-$VERSION.txt
cp $APPDIR/docs/readme.txt $DESTDIR/readme-$VERSION.txt
cp $APPDIR/docs/motif/readme.txt $DESTDIR/readme-motif-$VERSION.txt
cp $APPDIR/docs/gtk/readme.txt $DESTDIR/readme-gtk-$VERSION.txt

View File

@ -107,6 +107,7 @@ samples/ownerdrw/*.bmp
samples/ownerdrw/*.png
samples/ownerdrw/*.ico
samples/ownerdrw/*.txt
samples/ownerdrw/*.bkl
samples/taskbar/*.cpp
samples/taskbar/*.h
@ -125,6 +126,7 @@ samples/regtest/*.def
samples/regtest/*.bmp
samples/regtest/*.ico
samples/regtest/*.txt
samples/regtest/*.bkl
samples/nativdlg/*.cpp
samples/nativdlg/*.h
@ -135,6 +137,7 @@ samples/nativdlg/makefile.*
samples/nativdlg/*.xbm
samples/nativdlg/*.ico
samples/nativdlg/*.bmp
samples/nativdlg/*.bkl
samples/mfc/*.h
samples/mfc/*.cpp
@ -144,16 +147,7 @@ samples/mfc/makefile.*
samples/mfc/*.txt
samples/mfc/*.bmp
samples/mfc/*.ico
samples/joytest/*.h
samples/joytest/*.cpp
samples/joytest/*.def
samples/joytest/*.rc
samples/joytest/makefile.*
samples/joytest/*.txt
samples/joytest/*.bmp
samples/joytest/*.wav
samples/joytest/*.ico
samples/mfc/*.bkl
samples/oleauto/*.h
samples/oleauto/*.cpp
@ -163,6 +157,7 @@ samples/oleauto/makefile.*
samples/oleauto/*.txt
samples/oleauto/*.bmp
samples/oleauto/*.ico
samples/oleauto/*.bkl
src/wxWindows.dsp
src/wxWindows.dsw

View File

@ -254,21 +254,6 @@ $TAR xf ../wxAll-${WXVER}.tar
# Translate all .dsp and .dsw files to DOS format
unix2dos --unix2dos `cat $WXSRC/distrib/msw/vc.rsp`
# Copy OS/2 specific configure files
# (no longer)
# cp $WXSRC/distrib/os2/os2-specific.zip docs/os2
# Copy the OS/2 files which probably haven't been copied yet
mkdir include/wx/os2
mkdir src/os2
cp $WXSRC/include/wx/os2/*.H include/wx/os2
cp $WXSRC/src/os2/*.CPP $WXSRC/src/os2/*.I src/os2
# Make all OS/2 files lower case
# No longer necessary.
# $WXSRC/distrib/msw/namedown include/wx/os2/*.H
# $WXSRC/distrib/msw/namedown src/os2/*.CPP src/os2/*.I
echo Copying readme files...
cp $WXSRC/docs/readme.txt README.txt
cp $WXSRC/docs/changes.txt CHANGES.txt

View File

@ -99,6 +99,9 @@ samples/event/event.dsw
samples/exec/exec.dsp
samples/exec/exec.dsw
samples/except/except.dsp
samples/except/except.dsw
samples/font/font.dsp
samples/font/font.dsw