wxWidgets/distrib/msw
Julian Smart 365a001408 Script fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27510 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-30 12:04:27 +00:00
..
tmake Removed some old doc targets 2003-11-06 15:21:40 +00:00
bc.rsp
cocoa.rsp Regenerated makefiles for 2.5.2 2004-05-24 14:12:40 +00:00
contrib.rsp Fixed file lists 2004-02-22 19:03:05 +00:00
copy_src.bat Removed DialogEd 2004-01-31 14:03:31 +00:00
copybase.bat
cw_mac.rsp Removed DialogEd 2004-01-31 14:03:31 +00:00
cw.rsp Removed DialogEd 2004-01-31 14:03:31 +00:00
deprecated.rsp
docsrc.rsp Removed DialogEd 2004-01-31 14:03:31 +00:00
dsp2dos.bat Name and version changes 2004-05-23 14:56:36 +00:00
expdwild.bat
extradoc.rsp
filerepl.bat
generic.rsp Regenerated makefiles for 2.5.2 2004-05-24 14:12:40 +00:00
glcanvas.rsp
gtk.rsp
innobott.txt Regenerated makefiles for 2.5.2 2004-05-24 14:12:40 +00:00
innotop.txt Updates for Inno Setup 4 2004-04-16 08:36:09 +00:00
jpeg.rsp
lower.bat
mac.rsp Script fix 2004-05-30 12:04:27 +00:00
makeall.bat Name and version changes 2004-05-23 14:56:36 +00:00
makedist.sh Name and version changes 2004-05-23 14:56:36 +00:00
makefile.rsp More name changes 2004-05-25 11:20:37 +00:00
makefile.vc Name and version changes 2004-05-23 14:56:36 +00:00
makeinno.bat
makeinno.sh
makerpm Name and version changes 2004-05-23 14:56:36 +00:00
makesetup.sh Regenerated makefiles for 2.5.2 2004-05-24 14:12:40 +00:00
maketarballs Name and version changes 2004-05-23 14:56:36 +00:00
makewinceproj.sh Regenerated makefiles for 2.5.2 2004-05-24 14:12:40 +00:00
mgl.rsp Small distribution script changes 2003-09-26 15:04:55 +00:00
microwin.rsp
mmedia.rsp
motif.rsp
msw_minimal.rsp
msw.rsp Regenerated makefiles for 2.5.2 2004-05-24 14:12:40 +00:00
namedown Added maketarballs script 2003-08-24 19:59:29 +00:00
nplugin.rsp
ogl.rsp
os2.rsp Updates for Inno Setup 4 2004-04-16 08:36:09 +00:00
patch.rsp
readme.txt
setup.var Name and version changes 2004-05-23 14:56:36 +00:00
splitwise.cpp Name and version changes 2004-05-23 14:56:36 +00:00
stc.rsp
stubs.rsp
tags.cmd
tardist Regenerated makefiles for 2.5.2 2004-05-24 14:12:40 +00:00
tardist.bat Name and version changes 2004-05-23 14:56:36 +00:00
tarmicrowin.sh Name and version changes 2004-05-23 14:56:36 +00:00
tarwxall Regenerated makefiles for 2.5.2 2004-05-24 14:12:40 +00:00
tarwxmac Regenerated makefiles for 2.5.2 2004-05-24 14:12:40 +00:00
tarwxmotif Name and version changes 2004-05-23 14:56:36 +00:00
tarwxx11 Name and version changes 2004-05-23 14:56:36 +00:00
tex2rtf.rsp Updates for Inno Setup 4 2004-04-16 08:36:09 +00:00
tiff.rsp
univ.rsp
unix2dos.c
user.rsp
utilmake.rsp
utils.rsp Updates for Inno Setup 4 2004-04-16 08:36:09 +00:00
vc.rsp More name changes 2004-05-25 11:20:37 +00:00
vcupdate.bat
wince.rsp Regenerated makefiles for 2.5.2 2004-05-24 14:12:40 +00:00
wordstyle.dot
wx_chm.rsp
wx_hlp.rsp
wx_htb.rsp
wx_html.rsp Removed DialogEd 2004-01-31 14:03:31 +00:00
wx_pdf.rsp
wx_word.rsp
wxrc.rsp
wxtree.rsp
wxwin01.bmp
x11.rsp
xml.rsp
zipdist.sh Name and version changes 2004-05-23 14:56:36 +00:00
zipmac.sh Regenerated makefiles for 2.5.2 2004-05-24 14:12:40 +00:00
zippatch.bat Name and version changes 2004-05-23 14:56:36 +00:00
zipwince.bat
zipwinminimal.bat Name and version changes 2004-05-23 14:56:36 +00:00
zipxml.bat Name and version changes 2004-05-23 14:56:36 +00:00

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