wxWidgets/distrib/msw
Robert Roebling 835b048113 Removing wxPlotWindow from filelist.txt.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9104 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-01-16 11:25:42 +00:00
..
tmake Removing wxPlotWindow from filelist.txt. 2001-01-16 11:25:42 +00:00
bc.rsp
copy_src.bat
cw.rsp
dialoged.rsp
docsrc.rsp
expdwild.bat second merge of the 2.2 branch (RL) 2000-08-08 06:11:51 +00:00
extradoc.rsp merged 2.2 branch 2000-07-15 19:51:35 +00:00
filerepl.bat second merge of the 2.2 branch (RL) 2000-08-08 06:11:51 +00:00
generic.rsp Fixes for distribution scripts 2000-10-12 16:32:03 +00:00
glcanvas.rsp
gtk.rsp Fixes for distribution scripts 2000-10-12 16:32:03 +00:00
jpeg.rsp merged 2.2 branch 2000-07-15 19:51:35 +00:00
makedist.sh Small mods 2000-12-04 16:44:50 +00:00
makefile.rsp Fixes for distribution scripts 2000-10-12 16:32:03 +00:00
makewise.bat
makewise.sh Added distribution script 2000-10-13 15:04:40 +00:00
mmedia.rsp
motif.rsp
msw.rsp Fixes for distribution scripts 2000-10-12 16:32:03 +00:00
nplugin.rsp
ogl.rsp merged 2.2 branch 2000-07-15 19:51:35 +00:00
patch.rsp merged 2.2 branch 2000-07-15 19:51:35 +00:00
readme.txt
splitwise.cpp
stc.rsp
stubs.rsp
tardist merged 2.2 branch 2000-07-15 19:51:35 +00:00
tardist.bat
tarwxmotif merged 2.2 branch 2000-07-15 19:51:35 +00:00
tex2rtf.rsp merged 2.2 branch 2000-07-15 19:51:35 +00:00
tiff.rsp merged 2.2 branch 2000-07-15 19:51:35 +00:00
user.rsp
utilmake.rsp Added a couple of distribution-related files 2000-10-11 21:12:25 +00:00
utils.rsp Added a couple of distribution-related files 2000-10-11 21:12:25 +00:00
vc.rsp Corrected distribution file & removed ^M characters from about/makefile.g95 2000-11-12 00:14:35 +00:00
vcupdate.bat second merge of the 2.2 branch (RL) 2000-08-08 06:11:51 +00:00
wisebott.txt merged 2.2 branch 2000-07-15 19:51:35 +00:00
wisesys.txt
wisetop.txt Fixes for distribution scripts 2000-10-12 16:32:03 +00:00
wx_chm.rsp merged 2.2 branch 2000-07-15 19:51:35 +00:00
wx_hlp.rsp
wx_htb.rsp merged 2.2 branch 2000-07-15 19:51:35 +00:00
wx_html.rsp merged 2.2 branch 2000-07-15 19:51:35 +00:00
wx_pdf.rsp
wx_word.rsp
wxrc.rsp WIN32 compilation of wxrc, wxrcedit 2000-07-26 12:40:49 +00:00
wxtree.rsp
wxwin01.bmp
xml.rsp Fixes for distribution scripts 2000-10-12 16:32:03 +00:00
zipdist.bat Fixes for distribution scripts 2000-10-12 16:32:03 +00:00
zipdist.sh Added accelerators to Undo/Redo menu items 2000-12-03 18:25:13 +00:00
zippatch.bat merged 2.2 branch 2000-07-15 19:51:35 +00:00
zipstc.bat
zipxml.bat Fixes for distribution scripts 2000-10-12 16:32:03 +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