wxWidgets/distrib/msw
Julian Smart ff31aff926 Removed MGL_ROOT
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24504 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-10 10:08:49 +00:00
..
tmake Removed some old doc targets 2003-11-06 15:21:40 +00:00
bc.rsp
contrib.rsp No change 2003-08-26 01:32:14 +00:00
copy_src.bat
copybase.bat
cw_mac.rsp Small distribution script changes 2003-09-26 15:04:55 +00:00
cw.rsp
deprecated.rsp
dialoged.rsp
docsrc.rsp Removed some obsolete distribution files 2003-08-12 15:33:14 +00:00
dsp2dos.bat
dsw_files.zip
expdwild.bat
extradoc.rsp
filerepl.bat
generic.rsp Add longtool tip for a button in wxToolBar test 2003-09-11 12:52:20 +00:00
glcanvas.rsp
gtk.rsp
innobott.txt Changed version to 2.5.1 2003-09-14 19:39:34 +00:00
innotop.txt Removed some obsolete distribution files 2003-08-12 15:33:14 +00:00
jpeg.rsp
lower.bat
mac.rsp Corrected sample.r name 2003-08-24 22:59:36 +00:00
makeall.bat
makedist.sh
makefile.rsp Removed some obsolete distribution files 2003-08-12 15:33:14 +00:00
makeinno.bat
makeinno.sh Removed some obsolete distribution files 2003-08-12 15:33:14 +00:00
makerpm Removed MGL_ROOT 2003-11-10 10:08:49 +00:00
makesetup.sh Removed some old doc targets 2003-11-06 15:21:40 +00:00
maketarballs Do archive name case conversion for wxMac and wxMotif 2003-08-27 20:22:13 +00:00
mgl.rsp Small distribution script changes 2003-09-26 15:04:55 +00:00
microwin.rsp
mmedia.rsp Removed some obsolete distribution files 2003-08-12 15:33:14 +00:00
motif.rsp
msw_minimal.rsp
msw.rsp Small distribution script changes 2003-09-26 15:04:55 +00:00
namedown Added maketarballs script 2003-08-24 19:59:29 +00:00
nplugin.rsp
ogl.rsp
os2.rsp
patch.rsp
readme.txt
setup.var Removed some obsolete distribution files 2003-08-12 15:33:14 +00:00
splitwise.cpp
stc.rsp Removed some obsolete distribution files 2003-08-12 15:33:14 +00:00
stubs.rsp
tags.cmd
tardist Removed some old doc targets 2003-11-06 15:21:40 +00:00
tardist.bat
tarmicrowin.sh
tarwxall
tarwxmac
tarwxmotif
tarwxx11
tex2rtf.rsp
tiff.rsp
univ.rsp
unix2dos.c
user.rsp
utilmake.rsp
utils.rsp
vc.rsp Small distribution script changes 2003-09-26 15:04:55 +00:00
vcupdate.bat
wince.rsp Updated WinCE project file list 2003-07-15 14:45:24 +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
xml.rsp Minor updates 2003-08-12 22:03:58 +00:00
zipdist.sh
zipmac.sh
zippatch.bat
zipwince.bat Added wxWinceHelpController 2003-07-12 20:11:24 +00:00
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