Regenerated makefiles for 2.5.2

Other version updates
Added list of Cocoa files


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27410 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2004-05-24 14:12:40 +00:00
parent adb8a71bbc
commit c4839ccf58
874 changed files with 9141 additions and 8228 deletions

4
distrib/msw/cocoa.rsp Normal file
View File

@@ -0,0 +1,4 @@
include/wx/cocoa/*.h
src/cocoa/*.cpp
src/cocoa/*.mm
docs/cocoa/*.txt

View File

@@ -155,6 +155,7 @@ tools/gettext/*.*
misc/afm/*.afm
misc/gs_afm/*.afm
utils/*.bkl
utils/make*.*
utils/configure
utils/configure.in
@@ -175,8 +176,6 @@ samples/samples.bkl
samples/*.txt
samples/makefile*
samples/configure
samples/configure.in
samples/access/*.cpp
samples/access/*.h
@@ -1129,6 +1128,15 @@ samples/statbar/*.txt
samples/statbar/*.pro
samples/statbar/*.bkl
samples/taskbar/*.cpp
samples/taskbar/*.h
samples/taskbar/makefile.*
samples/taskbar/*.rc
samples/taskbar/*.def
samples/taskbar/*.bmp
samples/taskbar/*.ico
samples/taskbar/*.txt
samples/text/*.cpp
samples/text/*.h
samples/text/makefile*
@@ -1265,8 +1273,6 @@ samples/wxtest/*.bkl
demos/demos.bkl
demos/makefile*
demos/configure
demos/configure.in
demos/bombs/*.cpp
demos/bombs/*.h

View File

@@ -31,7 +31,7 @@
; DO NOT DELETE THEM or you may be unable to reload the script
;[ScriptSetup]
;VerNum=2.5.1
;VerNum=2.5.2
;InnoVer=1.3
;AddVerTo=AppVerName
;SetupFilename=setup.exe

View File

@@ -5,41 +5,47 @@ docs/mac/*.txt
docs/mac/*.hqx
docs/mac/*.sh
docs/mac/*.applescript
docs/mac/*.diff
distrib/mac/*-sh
src/html/htmlctrl/webkit/*.mm
samples/html/htmlctrl/*.cpp
samples/html/htmlctrl/Makefile.in
samples/html/htmlctrl/makefile.gcc
samples/html/htmlctrl/makefile.vc
samples/html/htmlctrl/makefile.wat
samples/html/htmlctrl/makefile.bcc
samples/html/htmlctrl/*.bkl
src/wxWindows.pbproj/project.pbxproj
src/wxWindows.xcode/project.pbxproj
src/common/dosyacc.c
src/common/doslex.c
src/common/y_tab.c
src/common/lex_yy.c
src/common/*.rc
src/mac/*.cpp
src/mac/*.c
src/mac/*.r
src/mac/*.h
src/mac/*.lst
src/mac/morefile/*.c
src/mac/morefile/*.cpp
src/mac/morefile/*.h
src/mac/morefilex/*.c
src/mac/morefilex/*.cpp
src/mac/morefilex/*.h
src/mac/Info.plist.in
src/mac/wxmac.icns
src/macsock/sock_PPC.lib
src/mac/cdef/*.h
src/mac/cdef/*.c
src/mac/cdef/*.mcp
src/mac/carbon/*.cpp
src/mac/carbon/*.c
src/mac/carbon/*.r
src/mac/carbon/*.h
src/mac/carbon/morefile/*.c
src/mac/carbon/morefile/*.cpp
src/mac/carbon/morefile/*.h
src/mac/carbon/morefilex/*.c
src/mac/carbon/morefilex/*.cpp
src/mac/carbon/morefilex/*.h
src/mac/carbon/Info.plist.in
src/mac/carbon/wxmac.icns
src/mac/ldef/*.h
src/mac/ldef/*.c
src/mac/ldef/*.mcp
src/mac/macsock/*.lib
src/mac/classic/*.cpp
src/mac/classic/*.c
src/mac/classic/*.r
src/mac/classic/*.h
src/mac/classic/morefile/*.c
src/mac/classic/morefile/*.cpp
src/mac/classic/morefile/*.h
src/mac/classic/Info.plist.in
src/mac/classic/wxmac.icns
include/wx_pb.h
include/wx/mac/*.h

View File

@@ -22,7 +22,7 @@ PROGNAME=$0
SCRIPTDIR=$WXWIN/distrib/msw
WEBFILES=c:/wx2dev/wxWebSite
# Set this to the required version
VERSION=2.5.1
VERSION=2.5.2
. $SCRIPTDIR/setup.var
@@ -158,6 +158,7 @@ dospinmac()
zip $ZIPFLAGS -@ $DESTDIR/wxMac-$VERSION.zip < $APPDIR/distrib/msw/generic.rsp
zip $ZIPFLAGS -u -@ $DESTDIR/wxMac-$VERSION.zip < $APPDIR/distrib/msw/mac.rsp
zip $ZIPFLAGS -u -@ $DESTDIR/wxMac-$VERSION.zip < $APPDIR/distrib/msw/cocoa.rsp
zip $ZIPFLAGS -u -@ $DESTDIR/wxMac-$VERSION.zip < $APPDIR/distrib/msw/cw_mac.rsp
zip $ZIPFLAGS -u -@ $DESTDIR/wxMac-$VERSION.zip < $APPDIR/distrib/msw/tiff.rsp
zip $ZIPFLAGS -u -@ $DESTDIR/wxMac-$VERSION.zip < $APPDIR/distrib/msw/jpeg.rsp
@@ -558,25 +559,38 @@ makesetup()
dospinmisc
cp $APPDIR/docs/changes.txt $DESTDIR/changes-$VERSION.txt
cp $APPDIR/docs/readme.txt $DESTDIR/readme-$VERSION.txt
cp $APPDIR/docs/msw/readme.txt $DESTDIR/readme-msw-$VERSION.txt
cp $APPDIR/docs/msw/install.txt $DESTDIR/install-msw-$VERSION.txt
cp $APPDIR/docs/mac/readme.txt $DESTDIR/readme-mac-$VERSION.txt
cp $APPDIR/docs/mac/install.txt $DESTDIR/install-mac-$VERSION.txt
cp $APPDIR/docs/motif/readme.txt $DESTDIR/readme-motif-$VERSION.txt
cp $APPDIR/docs/motif/install.txt $DESTDIR/install-motif-$VERSION.txt
cp $APPDIR/docs/gtk/readme.txt $DESTDIR/readme-gtk-$VERSION.txt
cp $APPDIR/docs/gtk/install.txt $DESTDIR/install-gtk-$VERSION.txt
cp $APPDIR/docs/x11/readme.txt $DESTDIR/readme-x11-$VERSION.txt
# cp $APPDIR/docs/x11/readme-nanox.txt $DESTDIR/readme-nanox-$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
cp $APPDIR/docs/x11/readme.txt $DESTDIR/readme-x11-$VERSION.txt
cp $APPDIR/docs/x11/readme-nanox.txt $DESTDIR/readme-nanox-$VERSION.txt
cp $APPDIR/docs/msw/readme.txt $DESTDIR/readme-msw-$VERSION.txt
cp $APPDIR/docs/mac/readme.txt $DESTDIR/readme-mac-$VERSION.txt
cp $APPDIR/docs/cocoa/readme.txt $DESTDIR/readme-cocoa-$VERSION.txt
cp $APPDIR/docs/cocoa/install.txt $DESTDIR/install-cocoa-$VERSION.txt
cp $APPDIR/docs/base/readme.txt $DESTDIR/readme-base-$VERSION.txt
cp $APPDIR/docs/os2/install.txt $DESTDIR/install-os2-$VERSION.txt
cp $APPDIR/docs/univ/readme.txt $DESTDIR/readme-univ-$VERSION.txt
cp $APPDIR/docs/readme_vms.txt $DESTDIR/readme-vms-$VERSION.txt
# cp $APPDIR/docs/motif/makewxmotif $DESTDIR/makewxmotif-$VERSION
# cp $APPDIR/docs/gtk/makewxgtk $DESTDIR/makewxgtk-$VERSION

View File

@@ -5,5 +5,132 @@ echo "<?xml version=\"1.0\"?><bakefile-gen><enable-formats>msevc4prj</enable-for
cd build/bakefiles
echo $PATH
bakefile_gen -b wx.bkl -f msevc4prj
bakefile_gen -b ../../samples/minimal/minimal.bkl -f msevc4prj
bakefile_gen -b ../../demos/bombs/bombs.bkl -f msevc4prj
bakefile_gen -b ../../demos/dbbrowse/dbbrowse.bkl -f msevc4prj
bakefile_gen -b ../../demos/forty/forty.bkl -f msevc4prj
bakefile_gen -b ../../demos/fractal/fractal.bkl -f msevc4prj
bakefile_gen -b ../../demos/life/life.bkl -f msevc4prj
bakefile_gen -b ../../demos/poem/poem.bkl -f msevc4prj
bakefile_gen -b ../../samples/access/access.bkl -f msevc4prj
bakefile_gen -b ../../samples/artprov/artprov.bkl -f msevc4prj
bakefile_gen -b ../../samples/calendar/calendar.bkl -f msevc4prj
bakefile_gen -b ../../samples/caret/caret.bkl -f msevc4prj
bakefile_gen -b ../../samples/checklst/checklst.bkl -f msevc4prj
bakefile_gen -b ../../samples/config/config.bkl -f msevc4prj
bakefile_gen -b ../../samples/console/console.bkl -f msevc4prj
bakefile_gen -b ../../samples/controls/controls.bkl -f msevc4prj
bakefile_gen -b ../../samples/db/db.bkl -f msevc4prj
bakefile_gen -b ../../samples/dialogs/dialogs.bkl -f msevc4prj
bakefile_gen -b ../../samples/dialup/dialup.bkl -f msevc4prj
bakefile_gen -b ../../samples/display/display.bkl -f msevc4prj
bakefile_gen -b ../../samples/dnd/dnd.bkl -f msevc4prj
bakefile_gen -b ../../samples/docview/docview.bkl -f msevc4prj
bakefile_gen -b ../../samples/docvwmdi/docvwmdi.bkl -f msevc4prj
bakefile_gen -b ../../samples/dragimag/dragimag.bkl -f msevc4prj
bakefile_gen -b ../../samples/drawing/drawing.bkl -f msevc4prj
bakefile_gen -b ../../samples/dynamic/dynamic.bkl -f msevc4prj
bakefile_gen -b ../../samples/erase/erase.bkl -f msevc4prj
bakefile_gen -b ../../samples/event/event.bkl -f msevc4prj
bakefile_gen -b ../../samples/except/except.bkl -f msevc4prj
bakefile_gen -b ../../samples/exec/exec.bkl -f msevc4prj
bakefile_gen -b ../../samples/font/font.bkl -f msevc4prj
bakefile_gen -b ../../samples/grid/grid.bkl -f msevc4prj
bakefile_gen -b ../../samples/help/help.bkl -f msevc4prj
bakefile_gen -b ../../samples/htlbox/htlbox.bkl -f msevc4prj
bakefile_gen -b ../../samples/html/about/about.bkl -f msevc4prj
bakefile_gen -b ../../samples/html/help/help.bkl -f msevc4prj
bakefile_gen -b ../../samples/html/helpview/helpview.bkl -f msevc4prj
bakefile_gen -b ../../samples/html/html_samples.bkl -f msevc4prj
bakefile_gen -b ../../samples/html/htmlctrl/htmlctrl.bkl -f msevc4prj
bakefile_gen -b ../../samples/html/printing/printing.bkl -f msevc4prj
bakefile_gen -b ../../samples/html/test/test.bkl -f msevc4prj
bakefile_gen -b ../../samples/html/virtual/virtual.bkl -f msevc4prj
bakefile_gen -b ../../samples/html/widget/widget.bkl -f msevc4prj
bakefile_gen -b ../../samples/html/zip/zip.bkl -f msevc4prj
bakefile_gen -b ../../samples/image/image.bkl -f msevc4prj
bakefile_gen -b ../../samples/internat/internat.bkl -f msevc4prj
bakefile_gen -b ../../samples/ipc/ipc.bkl -f msevc4prj
bakefile_gen -b ../../samples/joytest/joytest.bkl -f msevc4prj
bakefile_gen -b ../../samples/keyboard/keyboard.bkl -f msevc4prj
bakefile_gen -b ../../samples/layout/layout.bkl -f msevc4prj
bakefile_gen -b ../../samples/listbox/listbox.bkl -f msevc4prj
bakefile_gen -b ../../samples/listctrl/listctrl.bkl -f msevc4prj
bakefile_gen -b ../../samples/mdi/mdi.bkl -f msevc4prj
bakefile_gen -b ../../samples/memcheck/memcheck.bkl -f msevc4prj
bakefile_gen -b ../../samples/menu/menu.bkl -f msevc4prj
bakefile_gen -b ../../samples/mfc/mfc.bkl -f msevc4prj
bakefile_gen -b ../../samples/minifram/minifram.bkl -f msevc4prj
bakefile_gen -b ../../samples/minimal/minimal.bkl -f msevc4prj
bakefile_gen -b ../../samples/mobile/mobile_samples.bkl -f msevc4prj
bakefile_gen -b ../../samples/mobile/styles/styles.bkl -f msevc4prj
bakefile_gen -b ../../samples/mobile/wxedit/wxedit.bkl -f msevc4prj
bakefile_gen -b ../../samples/multimon/multimon.bkl -f msevc4prj
bakefile_gen -b ../../samples/nativdlg/nativdlg.bkl -f msevc4prj
bakefile_gen -b ../../samples/notebook/notebook.bkl -f msevc4prj
bakefile_gen -b ../../samples/oleauto/oleauto.bkl -f msevc4prj
bakefile_gen -b ../../samples/opengl/cube/cube.bkl -f msevc4prj
bakefile_gen -b ../../samples/opengl/isosurf/isosurf.bkl -f msevc4prj
bakefile_gen -b ../../samples/opengl/opengl_samples.bkl -f msevc4prj
bakefile_gen -b ../../samples/opengl/penguin/penguin.bkl -f msevc4prj
bakefile_gen -b ../../samples/ownerdrw/ownerdrw.bkl -f msevc4prj
bakefile_gen -b ../../samples/png/png.bkl -f msevc4prj
bakefile_gen -b ../../samples/printing/printing.bkl -f msevc4prj
bakefile_gen -b ../../samples/propsize/propsize.bkl -f msevc4prj
bakefile_gen -b ../../samples/regtest/regtest.bkl -f msevc4prj
bakefile_gen -b ../../samples/render/render.bkl -f msevc4prj
bakefile_gen -b ../../samples/richedit/richedit.bkl -f msevc4prj
bakefile_gen -b ../../samples/rotate/rotate.bkl -f msevc4prj
bakefile_gen -b ../../samples/rttitest/minimal.bkl -f msevc4prj
bakefile_gen -b ../../samples/sashtest/sashtest.bkl -f msevc4prj
bakefile_gen -b ../../samples/scroll/scroll.bkl -f msevc4prj
bakefile_gen -b ../../samples/scrollsub/scrollsub.bkl -f msevc4prj
bakefile_gen -b ../../samples/shaped/shaped.bkl -f msevc4prj
bakefile_gen -b ../../samples/sockets/sockets.bkl -f msevc4prj
bakefile_gen -b ../../samples/sound/sound.bkl -f msevc4prj
bakefile_gen -b ../../samples/splitter/splitter.bkl -f msevc4prj
bakefile_gen -b ../../samples/statbar/statbar.bkl -f msevc4prj
bakefile_gen -b ../../samples/tab/tab.bkl -f msevc4prj
bakefile_gen -b ../../samples/taskbar/taskbar.bkl -f msevc4prj
bakefile_gen -b ../../samples/text/text.bkl -f msevc4prj
bakefile_gen -b ../../samples/thread/thread.bkl -f msevc4prj
bakefile_gen -b ../../samples/toolbar/toolbar.bkl -f msevc4prj
bakefile_gen -b ../../samples/treectrl/treectrl.bkl -f msevc4prj
bakefile_gen -b ../../samples/typetest/typetest.bkl -f msevc4prj
bakefile_gen -b ../../samples/validate/validate.bkl -f msevc4prj
bakefile_gen -b ../../samples/vscroll/vscroll.bkl -f msevc4prj
bakefile_gen -b ../../samples/widgets/widgets.bkl -f msevc4prj
bakefile_gen -b ../../samples/wizard/wizard.bkl -f msevc4prj
bakefile_gen -b ../../samples/wxtest/wxtest.bkl -f msevc4prj
bakefile_gen -b ../../contrib/build/animate/animate.bkl -f msevc4prj
bakefile_gen -b ../../contrib/build/deprecated/deprecated.bkl -f msevc4prj
bakefile_gen -b ../../contrib/build/fl/fl.bkl -f msevc4prj
bakefile_gen -b ../../contrib/build/gizmos/gizmos.bkl -f msevc4prj
bakefile_gen -b ../../contrib/build/mmedia/mmedia.bkl -f msevc4prj
bakefile_gen -b ../../contrib/build/net/net.bkl -f msevc4prj
bakefile_gen -b ../../contrib/build/ogl/ogl.bkl -f msevc4prj
bakefile_gen -b ../../contrib/build/plot/plot.bkl -f msevc4prj
bakefile_gen -b ../../contrib/build/stc/stc.bkl -f msevc4prj
bakefile_gen -b ../../contrib/build/svg/svg.bkl -f msevc4prj
bakefile_gen -b ../../contrib/build/xrc/xrc.bkl -f msevc4prj
bakefile_gen -b ../../contrib/samples/animate/anitest.bkl -f msevc4prj
bakefile_gen -b ../../contrib/samples/deprecated/proplist/proplist.bkl -f msevc4prj
bakefile_gen -b ../../contrib/samples/deprecated/resource/resource.bkl -f msevc4prj
bakefile_gen -b ../../contrib/samples/deprecated/treelay/treelay.bkl -f msevc4prj
bakefile_gen -b ../../contrib/samples/fl/fl.bkl -f msevc4prj
bakefile_gen -b ../../contrib/samples/gizmos/dynsash/dynsash.bkl -f msevc4prj
bakefile_gen -b ../../contrib/samples/gizmos/dynsash_switch/dynsash_switch.bkl -f msevc4prj
bakefile_gen -b ../../contrib/samples/gizmos/editlbox/editlbox.bkl -f msevc4prj
bakefile_gen -b ../../contrib/samples/gizmos/led/led.bkl -f msevc4prj
bakefile_gen -b ../../contrib/samples/gizmos/multicell/multicell.bkl -f msevc4prj
bakefile_gen -b ../../contrib/samples/gizmos/splittree/splittree.bkl -f msevc4prj
bakefile_gen -b ../../contrib/samples/mmedia/mmboard.bkl -f msevc4prj
bakefile_gen -b ../../contrib/samples/ogl/ogledit/ogledit.bkl -f msevc4prj
bakefile_gen -b ../../contrib/samples/ogl/studio/studio.bkl -f msevc4prj
bakefile_gen -b ../../contrib/samples/plot/plot.bkl -f msevc4prj
bakefile_gen -b ../../contrib/samples/stc/stctest.bkl -f msevc4prj
bakefile_gen -b ../../contrib/samples/svg/svgtest.bkl -f msevc4prj
bakefile_gen -b ../../contrib/samples/xrc/xrcdemo.bkl -f msevc4prj

View File

@@ -3,10 +3,6 @@ build/msw/makefile.*
lib/dummy
lib/wx*.def
lib/watcom/*.txt
lib/watcom/*.lib
lib/watcom/*.bat
lib/bcc16/*.lib
lib/_sc/*.txt
lib/_sc/*.def
@@ -56,8 +52,6 @@ src/makefile.vc
src/version.mak
src/*.bat
src/common/dosyacc.c
src/common/doslex.c
src/common/*.rc
src/msw/*.cpp
@@ -109,15 +103,6 @@ samples/ownerdrw/*.ico
samples/ownerdrw/*.txt
samples/ownerdrw/*.bkl
samples/taskbar/*.cpp
samples/taskbar/*.h
samples/taskbar/makefile.*
samples/taskbar/*.rc
samples/taskbar/*.def
samples/taskbar/*.bmp
samples/taskbar/*.ico
samples/taskbar/*.txt
samples/regtest/*.cpp
samples/regtest/*.h
samples/regtest/makefile.*
@@ -159,33 +144,3 @@ samples/oleauto/*.bmp
samples/oleauto/*.ico
samples/oleauto/*.bkl
src/wxWindows.dsp
src/wxWindows.dsw
src/wxUniv.dsp
src/wxUniv.dsw
src/wxBase.dsp
src/wxBase.dsw
src/jpeg/jpeg.dsp
src/jpeg/jpeg.dsw
src/tiff/tiff.dsp
src/tiff/tiff.dsw
src/zlib/zlib.dsp
src/zlib/zlib.dsw
src/png/png.dsp
src/png/png.dsw
samples/dialogs/dialogs.dsp
samples/dialogs/dialogs.dsw
samples/minimal/minimal.dsp
samples/minimal/minimal.dsw
samples/minimal/minimalUniv.dsp
samples/widgets/widgets.dsp
samples/widgets/widgets.dsw
samples/widgets/widgetsUniv.dsp

View File

@@ -45,19 +45,29 @@ doinit()
cp $WXSRC/docs/readme.txt $WXDEST/readme-${WXVER}.txt
cp $WXSRC/docs/changes.txt $WXDEST/changes-${WXVER}.txt
cp $WXSRC/docs/mgl/readme.txt $WXDEST/readme-mgl-${WXVER}.txt
cp $WXSRC/docs/mgl/install.txt $WXDEST/install-mgl-${WXVER}.txt
cp $WXSRC/docs/x11/readme.txt $WXDEST/readme-x11-${WXVER}.txt
cp $WXSRC/docs/x11/readme-nanox.txt $WXDEST/readme-nanox-${WXVER}.txt
# cp $WXSRC/docs/x11/readme-nanox.txt $WXDEST/readme-nanox-${WXVER}.txt
cp $WXSRC/docs/x11/install.txt $WXDEST/install-x11-${WXVER}.txt
cp $WXSRC/docs/motif/readme.txt $WXDEST/readme-motif-${WXVER}.txt
cp $WXSRC/docs/motif/install.txt $WXDEST/install-motif-${WXVER}.txt
cp $WXSRC/docs/msw/readme.txt $WXDEST/readme-msw-${WXVER}.txt
cp $WXSRC/docs/msw/install.txt $WXDEST/install-msw-${WXVER}.txt
cp $WXSRC/docs/gtk/readme.txt $WXDEST/readme-gtk-${WXVER}.txt
cp $WXSRC/docs/gtk/install.txt $WXDEST/install-gtk-${WXVER}.txt
cp $WXSRC/docs/mac/readme.txt $WXDEST/readme-mac-${WXVER}.txt
cp $WXSRC/docs/mac/install.txt $WXDEST/install-mac-${WXVER}.txt
cp $WXSRC/docs/cocoa/readme.txt $WXDEST/readme-cocoa-${WXVER}.txt
cp $WXSRC/docs/cocoa/install.txt $WXDEST/install-cocoa-${WXVER}.txt
cp $WXSRC/docs/os2/install.txt $WXDEST/install-os2-${WXVER}.txt
# Make .mo files
@@ -165,7 +175,7 @@ echo Tarring wxMac...
### wxMac
cp $WXSRC/include/wx/mac/setup0.h $WXSRC/include/wx/setup.h
cd $WXSRC
cat $WXSRC/distrib/msw/mac.rsp $WXSRC/distrib/msw/generic.rsp $WXSRC/distrib/msw/cw_mac.rsp $WXSRC/distrib/msw/tex2rtf.rsp $WXSRC/distrib/msw/utils.rsp $WXSRC/distrib/msw/ogl.rsp $WXSRC/distrib/msw/stc.rsp $WXSRC/distrib/msw/xml.rsp $WXSRC/distrib/msw/contrib.rsp $WXSRC/distrib/msw/deprecated.rsp $WXSRC/distrib/msw/makefile.rsp $WXSRC/distrib/msw/tiff.rsp $WXSRC/distrib/msw/jpeg.rsp > /tmp/wxmac_in.txt
cat $WXSRC/distrib/msw/mac.rsp $WXSRC/distrib/msw/cocoa.rsp $WXSRC/distrib/msw/generic.rsp $WXSRC/distrib/msw/cw_mac.rsp $WXSRC/distrib/msw/tex2rtf.rsp $WXSRC/distrib/msw/utils.rsp $WXSRC/distrib/msw/ogl.rsp $WXSRC/distrib/msw/stc.rsp $WXSRC/distrib/msw/xml.rsp $WXSRC/distrib/msw/contrib.rsp $WXSRC/distrib/msw/deprecated.rsp $WXSRC/distrib/msw/makefile.rsp $WXSRC/distrib/msw/tiff.rsp $WXSRC/distrib/msw/jpeg.rsp > /tmp/wxmac_in.txt
expandlines /tmp/wxmac_in.txt /tmp/wxmac.txt
$TAR cf $WXDEST/wxMac-${WXVER}.tar -T /tmp/wxmac.txt
@@ -223,7 +233,7 @@ echo Tarring wxAll...
### wxAll: all distributions in one giant archive
cd $WXSRC
cat $WXSRC/distrib/msw/generic.rsp $WXSRC/distrib/msw/msw.rsp $WXSRC/distrib/msw/vc.rsp $WXSRC/distrib/msw/cw.rsp $WXSRC/distrib/msw/cw_mac.rsp $WXSRC/distrib/msw/gtk.rsp $WXSRC/distrib/msw/x11.rsp $WXSRC/distrib/msw/motif.rsp $WXSRC/distrib/msw/mac.rsp $WXSRC/distrib/msw/os2.rsp $WXSRC/distrib/msw/x11.rsp $WXSRC/distrib/msw/univ.rsp $WXSRC/distrib/msw/mgl.rsp $WXSRC/distrib/msw/contrib.rsp $WXSRC/distrib/msw/deprecated.rsp $WXSRC/distrib/msw/utilmake.rsp $WXSRC/distrib/msw/utils.rsp $WXSRC/distrib/msw/mmedia.rsp $WXSRC/distrib/msw/tex2rtf.rsp $WXSRC/distrib/msw/stc.rsp $WXSRC/distrib/msw/xml.rsp $WXSRC/distrib/msw/ogl.rsp $WXSRC/distrib/msw/makefile.rsp $WXSRC/distrib/msw/tiff.rsp $WXSRC/distrib/msw/jpeg.rsp $WXSRC/distrib/msw/docsrc.rsp | uniq > /tmp/wxall_in.txt
cat $WXSRC/distrib/msw/generic.rsp $WXSRC/distrib/msw/msw.rsp $WXSRC/distrib/msw/vc.rsp $WXSRC/distrib/msw/cw.rsp $WXSRC/distrib/msw/cw_mac.rsp $WXSRC/distrib/msw/gtk.rsp $WXSRC/distrib/msw/x11.rsp $WXSRC/distrib/msw/motif.rsp $WXSRC/distrib/msw/mac.rsp $WXSRC/distrib/msw/cocoa.rsp $WXSRC/distrib/msw/os2.rsp $WXSRC/distrib/msw/x11.rsp $WXSRC/distrib/msw/univ.rsp $WXSRC/distrib/msw/mgl.rsp $WXSRC/distrib/msw/contrib.rsp $WXSRC/distrib/msw/deprecated.rsp $WXSRC/distrib/msw/utilmake.rsp $WXSRC/distrib/msw/utils.rsp $WXSRC/distrib/msw/mmedia.rsp $WXSRC/distrib/msw/tex2rtf.rsp $WXSRC/distrib/msw/stc.rsp $WXSRC/distrib/msw/xml.rsp $WXSRC/distrib/msw/ogl.rsp $WXSRC/distrib/msw/makefile.rsp $WXSRC/distrib/msw/tiff.rsp $WXSRC/distrib/msw/jpeg.rsp $WXSRC/distrib/msw/docsrc.rsp | uniq > /tmp/wxall_in.txt
expandlines /tmp/wxall_in.txt /tmp/wxall.txt
$TAR cf $WXDEST/wxAll-${WXVER}.tar -T /tmp/wxall.txt

View File

@@ -66,7 +66,7 @@ rm -f $2/wxAll-${WXVER}*.tar.gz
### wxAll: all distributions in one giant archive
cd $1
cat $1/distrib/msw/generic.rsp $1/distrib/msw/msw.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/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
cat $1/distrib/msw/generic.rsp $1/distrib/msw/msw.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
expandlines /tmp/wxall_in.txt /tmp/wxall.txt
$TAR cf $2/wxAll-${WXVER}.tar -T /tmp/wxall.txt

View File

@@ -70,7 +70,7 @@ cp $1/include/wx/mac/setup0.h $1/include/wx/setup.h
echo Tarring...
### wxMac
cat $1/distrib/msw/mac.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
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
expandlines /tmp/wxmac_in.txt /tmp/wxmac.txt
$TAR cf $2/wxMac-${WXVER}.tar -T /tmp/wxmac.txt

View File

@@ -3,12 +3,8 @@ build/msw/*.dsw
src/wxWindows.dsp
src/wxWindows.dsw
src/wxUniv.dsp
src/wxUniv.dsw
src/wxBase.dsp
src/wxBase.dsw
src/msw/wince/wxWindowsCE.vcp
src/msw/wince/wxWindowsCE.vcw
src/jpeg/jpeg.dsp
src/jpeg/jpeg.dsw
@@ -35,9 +31,6 @@ samples/access/access.dsw
samples/artprov/artprov.dsp
samples/artprov/artprov.dsw
samples/calendar/arttest.dsp
samples/calendar/arttest.dsw
samples/calendar/calendar.dsp
samples/calendar/calendar.dsw
@@ -61,10 +54,6 @@ samples/db/db.dsw
samples/dialogs/dialogs.dsp
samples/dialogs/dialogs.dsw
samples/dialogs/dialogsUniv.dsp
samples/dialogs/dialogsUniv.dsw
samples/dialogs/dialogsCE.vcp
samples/dialogs/dialogsCE.vcw
samples/dialup/dialup.dsp
samples/dialup/dialup.dsw
@@ -75,15 +64,15 @@ samples/display/display.dsw
samples/dnd/dnd.dsp
samples/dnd/dnd.dsw
samples/dragimag/dragimag.dsp
samples/dragimag/dragimag.dsw
samples/docview/docview.dsp
samples/docview/docview.dsw
samples/docvwmdi/docvwmdi.dsp
samples/docvwmdi/docvwmdi.dsw
samples/dragimag/dragimag.dsp
samples/dragimag/dragimag.dsw
samples/drawing/drawing.dsp
samples/drawing/drawing.dsw
@@ -96,17 +85,17 @@ samples/erase/erase.dsw
samples/event/event.dsp
samples/event/event.dsw
samples/exec/exec.dsp
samples/exec/exec.dsw
samples/except/except.dsp
samples/except/except.dsw
samples/exec/exec.dsp
samples/exec/exec.dsw
samples/font/font.dsp
samples/font/font.dsw
samples/grid/griddemo.dsp
samples/grid/griddemo.dsw
samples/grid/grid.dsp
samples/grid/grid.dsw
samples/help/help.dsp
samples/help/help.dsw
@@ -137,22 +126,22 @@ samples/image/image.dsw
samples/internat/internat.dsp
samples/internat/internat.dsw
samples/keyboard/keyboard.dsp
samples/keyboard/keyboard.dsw
samples/ipc/client.dsp
samples/ipc/client.dsw
samples/ipc/server.dsp
samples/ipc/server.dsw
samples/keyboard/keyboard.dsp
samples/keyboard/keyboard.dsw
samples/joytest/joytest.dsp
samples/joytest/joytest.dsw
samples/layout/layout.dsp
samples/layout/layout.dsw
samples/listbox/lboxtest.dsp
samples/listbox/lboxtest.dsw
samples/listbox/listbox.dsp
samples/listbox/listbox.dsw
samples/listctrl/listctrl.dsp
samples/listctrl/listctrl.dsw
@@ -171,18 +160,17 @@ samples/mfc/mfc.dsw
samples/minimal/minimal.dsp
samples/minimal/minimal.dsw
samples/minimal/minimalUniv.dsp
samples/minimal/minimalCE.vcp
samples/minimal/minimalCE.vcw
samples/minifram/minifram.dsp
samples/minifram/minifram.dsw
samples/mobile/styles/styles.dsp
samples/mobile/styles/styles.dsw
samples/mobile/wxedit/wxedit.dsp
samples/mobile/wxedit/wxedit.dsw
samples/multimon/multimon_test.dsp
samples/multimon/multimon_test.dsw
samples/multimon/multimon.dsp
samples/multimon/multimon.dsw
samples/nativdlg/nativdlg.dsp
samples/nativdlg/nativdlg.dsw
@@ -272,9 +260,6 @@ samples/wxtest/wxtest.dsw
samples/widgets/widgets.dsp
samples/widgets/widgets.dsw
samples/widgets/widgetsUniv.dsp
samples/widgets/widgetsCE.vcp
samples/widgets/widgetsCE.vcw
samples/opengl/cube/cube.dsp
samples/opengl/cube/cube.dsw
@@ -285,8 +270,6 @@ samples/opengl/penguin/penguin.dsw
demos/bombs/bombs.dsp
demos/bombs/bombs.dsw
demos/bombs/bombsCE.vcp
demos/bombs/bombsCE.vcw
demos/dbbrowse/dbbrowse.dsp
demos/dbbrowse/dbbrowse.dsw
@@ -299,13 +282,9 @@ demos/fractal/fractal.dsw
demos/life/life.dsp
demos/life/life.dsw
demos/life/lifeCE.vcp
demos/life/lifeCE.vcw
demos/poem/poem.dsp
demos/poem/poem.dsw
demos/poem/poemCE.vcp
demos/poem/poemCE.vcw
utils/tex2rtf/src/tex2rtf_tex2rtf.dsp
utils/tex2rtf/src/tex2rtf_tex2rtf_gui.dsp
@@ -350,8 +329,8 @@ contrib/utils/wxrc/wxrc.dsw
contrib/utils/convertrc/convertrc.dsp
contrib/utils/convertrc/convertrc.dsw
contrib/utils/wxrcedit/wxRcEditVC.dsp
contrib/utils/wxrcedit/wxRcEditVC.dsw
contrib/utils/wxrcedit/wxrcedit.dsp
contrib/utils/wxrcedit/wxrcedit.dsw
contrib/build/plot/plot.dsp
contrib/build/plot/plot.dsw
@@ -375,8 +354,8 @@ contrib/samples/gizmos/led/led.dsw
contrib/build/animate/animate.dsp
contrib/build/animate/animate.dsw
contrib/samples/animate/AniTestVC.dsp
contrib/samples/animate/AniTestVC.dsw
contrib/samples/animate/anitest.dsp
contrib/samples/animate/anitest.dsw
contrib/samples/fl/fl.dsp
contrib/samples/fl/fl.dsw

View File

@@ -75,8 +75,8 @@ samples/exec/exec.vcw
samples/font/font.vcp
samples/font/font.vcw
samples/grid/griddemo.vcp
samples/grid/griddemo.vcw
samples/grid/grid.vcp
samples/grid/grid.vcw
samples/help/help.vcp
samples/help/help.vcw
@@ -146,10 +146,12 @@ samples/minifram/minifram.vcp
samples/minifram/minifram.vcw
samples/mobile/styles/styles.vcp
samples/mobile/styles/styles.vcw
samples/mobile/wxedit/wxedit.vcp
samples/mobile/wxedit/wxedit.vcw
samples/multimon/multimon_test.vcp
samples/multimon/multimon_test.vcw
samples/multimon/multimon.vcp
samples/multimon/multimon.vcw
samples/nativdlg/nativdlg.vcp
samples/nativdlg/nativdlg.vcw
@@ -160,8 +162,8 @@ samples/notebook/notebook.vcw
samples/oleauto/oleauto.vcp
samples/oleauto/oleauto.vcw
samples/ownerdrw/ownerDrw.vcp
samples/ownerdrw/ownerDrw.vcw
samples/ownerdrw/ownerdrw.vcp
samples/ownerdrw/ownerdrw.vcw
samples/png/png.vcp
samples/png/png.vcw
@@ -175,6 +177,9 @@ samples/propsize/propsize.vcw
samples/regtest/regtest.vcp
samples/regtest/regtest.vcw
samples/render/render.vcp
samples/render/render.vcw
samples/rotate/rotate.vcp
samples/rotate/rotate.vcw

View File

@@ -64,6 +64,9 @@ zip -@ `$CYGPATHPROGW $DEST/wxMac-$VERSION.zip` < temp.txt
expandlines $SRC/distrib/msw/mac.rsp temp.txt
zip -u -@ `$CYGPATHPROGW $DEST/wxMac-$VERSION.zip` < temp.txt
expandlines $SRC/distrib/msw/cocoa.rsp temp.txt
zip -u -@ `$CYGPATHPROGW $DEST/wxMac-$VERSION.zip` < temp.txt
expandlines $SRC/distrib/msw/cw.rsp temp.txt
zip -u -@ `$CYGPATHPROGW $DEST/wxMac-$VERSION.zip` < temp.txt