]>
git.saurik.com Git - wxWidgets.git/blob - distrib/msw/tarwxall
2 # tarwxall: make up a tar.gz distribution of wxAll
3 # Supply a source (e.g. ~/wx2) and destination (e.g. ~/wx2/deliver)
5 # We can't use e.g. this:
6 # ls `cat $SRC/distrib/msw/makefile.rsp` zip -@ -u $DEST/wxWidgets-$VERSION-gen.zip
7 # because there's not enough space on the command line, plus we need to ignore the
12 if [ "$ARCH" = "ppc" ]; then
23 for line
in `cat $toexpand` ; do
24 if [ "$line" != "" ]; then
25 ls $line >> $outputfile
27 uniq < $outputfile > /tmp
/uniqtemp.txt
28 mv /tmp
/uniqtemp.txt
$outputfile
36 echo Usage
: tarwxall wx
-dir output
-dir version
42 echo Usage
: tarwxall wx
-dir output
-dir version
48 echo Usage
: tarwxall wx
-dir output
-dir version
54 echo About to archive wxAll
:
57 echo CTRL
-C if this is not correct.
62 echo Removing backup files...
63 rm *~
*/*~
*/*/*~
*/*/*/*~
*/*/*/*/*~
65 rm -f $2/wxAll
-${WXVER}*.
tar.gz
67 ### wxAll: all distributions in one giant archive
69 cat $1/distrib
/msw
/generic.rsp
$1/distrib
/msw
/msw.rsp
$1/distrib
/msw
/wince.rsp
$1/distrib
/msw
/vc.rsp
$1/distrib
/msw
/cw.rsp
$1/distrib
/msw
/cw_mac.rsp
$1/distrib
/msw
/gtk.rsp
$1/distrib
/msw
/x11.rsp
$1/distrib
/msw
/motif.rsp
$1/distrib
/msw
/mac.rsp
$1/distrib
/msw
/cocoa.rsp
$1/distrib
/msw
/os2.rsp
$1/distrib
/msw
/x11.rsp
$1/distrib
/msw
/univ.rsp
$1/distrib
/msw
/mgl.rsp
$1/distrib
/msw
/contrib.rsp
$1/distrib
/msw
/deprecated.rsp
$1/distrib
/msw
/utilmake.rsp
$1/distrib
/msw
/utils.rsp
$1/distrib
/msw
/mmedia.rsp
$1/distrib
/msw
/tex2rtf.rsp
$1/distrib
/msw
/stc.rsp
$1/distrib
/msw
/xml.rsp
$1/distrib
/msw
/ogl.rsp
$1/distrib
/msw
/makefile.rsp
$1/distrib
/msw
/tiff.rsp
$1/distrib
/msw
/jpeg.rsp
$1/distrib
/msw
/docsrc.rsp
| uniq > /tmp
/wxall_in.txt
70 expandlines
/tmp
/wxall_in.txt
/tmp
/wxall.txt
71 $TAR cf
$2/wxAll
-${WXVER}.
tar -T /tmp
/wxall.txt
73 echo Re
-tarring wxAll
in a subdirectory...
75 rm -f -r wxWidgets
-${WXVER}
76 mkdir wxWidgets
-${WXVER}
78 # If we have the full set of VC++ project files,
80 if [ -f $2/extra
/wxWidgets
-${WXVER}-VC.
zip ]; then
81 unzip -o $2/extra
/wxWidgets
-${WXVER}-VC.
zip
83 echo "Warning - did not find $2/deliver/extra/wxWidgets-${WXVER}-VC.zip"
87 $TAR xf ..
/wxAll
-${WXVER}.
tar
89 # Translate all .dsp and .dsw files to DOS format
90 unix2dos
--unix2dos `cat $1/distrib/msw/vc.rsp`
92 # Copy OS/2 specific configure files
93 cp $1/distrib
/os
2/os2
-specific.
zip docs
/os2
95 # Copy the OS/2 files which probably haven't been copied yet
98 cp $1/include
/wx
/os
2/*.H include
/wx
/os2
99 cp $1/src
/os
2/*.CPP
$1/src
/os
2/*.I src
/os2
101 # Make all OS/2 files lower case
102 $1/distrib
/msw
/namedown include
/wx
/os
2/*.H
103 $1/distrib
/msw
/namedown src
/os
2/*.CPP src
/os
2/*.I
107 rm -f wxAll
-${WXVER}.
tar
108 $TAR cf
$2/wxAll
-${WXVER}.
tar wxWidgets
-${WXVER}/*
109 rm -f -r wxWidgets
-${WXVER}
110 gzip $2/wxAll
-${WXVER}.
tar