]>
git.saurik.com Git - wxWidgets.git/blob - distrib/msw/tarwxmac
2 # tarwxmac: make up a tar.gz distribution of wxMac
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
: tardist wx
-dir output
-dir version
42 echo Usage
: tardist wx
-dir output
-dir version
48 echo Usage
: tardist wx
-dir output
-dir version
54 echo About to archive wxMac
:
57 echo CTRL
-C if this is not correct.
62 echo Removing backup files...
63 rm *~
*/*~
*/*/*~
*/*/*/*~
*/*/*/*/*~
65 rm -f $2/wxMac
-${WXVER}*.
tar.gz
66 rm -f -r $2/wxMac
-${WXVER}
68 cp $1/include
/wx
/mac
/setup0.h
$1/include
/wx
/setup.h
73 cat $1/distrib
/msw
/mac.rsp
$1/distrib
/msw
/cocoa.rsp
$1/distrib
/msw
/generic.rsp
$1/distrib
/msw
/cw_mac.rsp
$1/distrib
/msw
/tex2rtf.rsp
$1/distrib
/msw
/utils.rsp
$1/distrib
/msw
/ogl.rsp
$1/distrib
/msw
/stc.rsp
$1/distrib
/msw
/xml.rsp
$1/distrib
/msw
/contrib.rsp
$1/distrib
/msw
/deprecated.rsp
$1/distrib
/msw
/makefile.rsp
$1/distrib
/msw
/tiff.rsp
$1/distrib
/msw
/jpeg.rsp
> /tmp
/wxmac_in.txt
74 expandlines
/tmp
/wxmac_in.txt
/tmp
/wxmac.txt
75 $TAR cf
$2/wxMac
-${WXVER}.
tar -T /tmp
/wxmac.txt
77 cat $1/distrib
/msw
/cw_mac.rsp
> /tmp
/wxmac_in.txt
78 expandlines
/tmp
/wxmac_in.txt
/tmp
/wxmac.txt
79 $TAR cf
$2/wxWidgets
-${WXVER}-CW-Mac.
tar -T /tmp
/wxmac.txt
81 rm -f $1/include
/wx
/setup.h
83 echo Re
-tarring in a subdirectory...
87 $TAR xf ..
/wxMac
-${WXVER}.
tar
90 rm -f -r contrib
/src
/mmedia contrib
/samples
/mmedia
92 rm -f wxMac
-${WXVER}.
tar
94 $TAR cf
$2/wxMac
-${WXVER}.
tar wxMac
-${WXVER}/*
95 rm -f -r wxMac
-${WXVER}
96 gzip $2/wxMac
-${WXVER}.
tar
98 echo Re
-tarring CW project files...
100 mkdir wxWidgets
-${WXVER}
101 cd wxWidgets
-${WXVER}
102 $TAR xf
$2/wxWidgets
-${WXVER}-CW-Mac.
tar
104 rm -f wxWidgets
-${WXVER}-CW-Mac.
tar
105 $TAR zcf wxWidgets
-${WXVER}-CW-Mac.
tar.gz wxWidgets
-${WXVER}/*
107 # Copy readme and other files
108 cp $1/docs
/readme.txt
$2/readme
-${WXVER}.txt
109 cp $1/docs
/changes.txt
$2/changes
-${WXVER}.txt
110 cp $1/docs
/mac
/readme.txt
$2/readme
-mac-${WXVER}.txt
111 cp $1/docs
/mac
/install.txt
$2/install-mac-${WXVER}.txt
112 cp $1/docs
/cocoa
/readme.txt
$2/readme
-cocoa-${WXVER}.txt
113 cp $1/docs
/cocoa
/install.txt
$2/install-cocoa-${WXVER}.txt