wxWidgets/distrib/msw
Julian Smart c4c7d59800 Script updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39596 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-06 14:43:50 +00:00
..
tmake Removed some references to unused files. 2006-05-25 10:03:56 +00:00
bakeall.sh
base.rsp Hopefully this adds the msdos files to the wxBase zip 2005-09-24 00:11:50 +00:00
bc.rsp
cocoa.rsp
contrib.rsp Removal of second part of dsw files (as requested by Jamie Gadd). 2006-04-24 09:29:35 +00:00
copy_src.bat
copybase.bat
cw_mac.rsp Script updates 2006-06-06 14:43:50 +00:00
cw.rsp Script updates 2006-06-06 14:43:50 +00:00
deprecated.rsp
dmc.rsp
docsrc.rsp
dsp2dos.bat
expdwild.bat
extradoc.rsp
filerepl.bat
generic.rsp Script updates 2006-06-06 14:43:50 +00:00
glcanvas.rsp
gtk.rsp Also corefoundation files for GTK+ 2005-06-24 14:13:02 +00:00
innobott.txt create BAKEFILE_PATHS env var 2005-06-17 12:16:37 +00:00
innotop.txt
jpeg.rsp
lower.bat
mac.rsp Added minimal Info.plist 2006-04-07 07:12:36 +00:00
makeall.bat
makedist.sh
makefile.rsp Script updates 2006-06-06 14:43:50 +00:00
makefile.vc
makeinno.bat
makeinno.sh
makerpm Tweak 2005-09-20 14:12:57 +00:00
makesetup.sh Version number update 2005-07-25 16:35:16 +00:00
maketarballs Adding --silent option so that you can batch build tarballs without being prompted to confirm values for each. 2005-09-06 00:18:35 +00:00
makewinceproj.sh
mgl.rsp
microwin.rsp
mmedia.rsp Removal of second part of dsw files (as requested by Jamie Gadd). 2006-04-24 09:29:35 +00:00
motif.rsp
msw_minimal.rsp Removal of second part of dsw files (as requested by Jamie Gadd). 2006-04-24 09:29:35 +00:00
msw.rsp
namedown
nplugin.rsp
ogl.rsp Removal of second part of dsw files (as requested by Jamie Gadd). 2006-04-24 09:29:35 +00:00
os2.rsp
palmos.rsp
patch.rsp Version number update 2005-07-25 16:35:16 +00:00
readme.txt
setup.var
splitwise.cpp
stc.rsp Removal of second part of dsw files (as requested by Jamie Gadd). 2006-04-24 09:29:35 +00:00
stubs.rsp
tags.cmd
tardist Added wxRichTextCtrl 2005-10-19 12:52:47 +00:00
tardist.bat
tarmicrowin.sh
tarwxall
tarwxmac
tarwxmotif
tarwxx11
tex2rtf.rsp Removal of second part of dsw files (as requested by Jamie Gadd). 2006-04-24 09:29:35 +00:00
tiff.rsp
univ.rsp
unix2dos.c
user.rsp
utilmake.rsp
utils.rsp
vc.rsp Script updates 2006-06-06 14:43:50 +00:00
vcupdate.bat
wince.rsp Script updates 2006-06-06 14:43:50 +00:00
wordstyle.dot
wx_chm.rsp
wx_hlp.rsp
wx_htb.rsp
wx_html.rsp
wx_pdf.rsp
wx_word.rsp
wxrc.rsp
wxtree.rsp
wxwin01.bmp
x11.rsp Added corefoundation files to release scripts 2005-06-24 14:10:57 +00:00
xml.rsp Removal of second part of dsw files (as requested by Jamie Gadd). 2006-04-24 09:29:35 +00:00
zipdist.sh
zipmac.sh
zippatch.bat
zipwince.bat
zipwinminimal.bat
zipxml.bat

Distribution scripts and lists
-----------------------------------------------------------------

This directory (distrib\msw) contains some 4DOS batch files
(.bat) and 'response' files (.rsp) to simplify the job of
producing distributions. The .rsp files specify which files are
associated with a particular module, e.g. wx200vc.rsp refers to
the VC++ project files, wx200gen.rsp represents the generic files,
wx200msw.rsp specifies the Windows specific files, etc.

When making a distribution on Windows, I call zipdist.bat to prepare
zip files with everything needed for Windows,
GTK and Motif. zipdist then unzips some of them into
deliver\wx, removes and adds a few files to perfect the
distribution.

zipdist then calls 'makewise.bat' to generate a new wxwin2.wse
script, for WISE Installer. It takes wisetop.txt, wisebott.txt
and adds the section for file installation. (If you've modified
wxwin2.wse using WISE Installer, simply compile and run splitwise.exe
to put back up-to-date wisetop.txt, wisebott.txt files before
running zipdist.)

Finally, zipdist runs WISE Installer using a command line
argument to produce the setup.* files automatically.

Note that although zipdist.bat produces archives for 3 platforms,
I only use a subset of these to produce the Windows-specific
setup.exe. I then have the option of distributing the zip files
as well.

You may need to install 4DOS to run these scripts. If anyone
wishes to remove 4DOS dependency, that's fine with me.

Julian Smart, 11th October 1999