2 # tardist: make up a tar.gz distribution of wxMicroWindows.
7 echo Usage
: tardist wx
-dir output
-dir version
13 echo Usage
: tardist wx
-dir output
-dir version
19 echo Usage
: tardist wx
-dir output
-dir version
25 echo About to archive wxWindows
:
28 echo CTRL
-C if this is not correct.
33 echo Removing backup files...
34 rm *~
*/*~
*/*/*~
*/*/*/*~
*/*/*/*/*~
36 rm -f $2/wxMicroWindows
-${WXVER}.
*
40 ls `cat $1/distrib/msw/microwin.rsp` > /tmp
/files.txt
41 tar cvf
$2/wxMicroWindows
-${WXVER}.
tar -T /tmp
/files.txt
42 gzip $2/wxMicroWindows
-${WXVER}.
tar
43 mv $2/wxMicroWindows
-${WXVER}.
tar.gz
$2/wxMicroWindows
-${WXVER}.tgz