wxWidgets/distrib/msw
2003-06-24 00:56:19 +00:00
..
tmake wxBase/GUI separation: 1st step, wxMSW should build, all the rest is broken 2003-06-24 00:56:19 +00:00
bc.rsp
contrib.rsp Copyright cleanup 2003-03-29 13:53:55 +00:00
copy_src.bat
copybase.bat marked dbkeyg.h as a wxBase file (fixes 685857) 2003-02-13 11:34:07 +00:00
cw_mac.rsp More deprecated class mods 2003-03-31 10:24:36 +00:00
cw.rsp More deprecated class mods 2003-03-31 10:24:36 +00:00
deprecated.rsp Added distrib file for deprecated classes 2003-03-31 10:27:41 +00:00
dialoged.rsp
docsrc.rsp
dsp2dos.bat Added script to convert project files to DOS format. 2002-12-09 10:57:30 +00:00
dsw_files.zip
expdwild.bat
extradoc.rsp Script tweaks 2002-09-15 10:27:43 +00:00
filerepl.bat merged 2.4 branch into the trunk 2002-12-04 14:11:26 +00:00
generic.rsp Added shaped sample copying 2003-06-08 17:49:49 +00:00
glcanvas.rsp
gtk.rsp Removed old grid code 2003-03-24 18:50:10 +00:00
innobott.txt Added dialup to filelist.txt and wxUniv.dsp 2003-01-03 18:31:43 +00:00
innotop.txt Fix for bug [ 744199 ] wxBringWindowToTop, child window z-order 2003-06-01 21:01:18 +00:00
jpeg.rsp
lower.bat Ditribution script mods; 2002-08-28 08:54:00 +00:00
mac.rsp Applied patch [ 603858 ] wxTextCtrl text alignment patch 2002-09-05 16:15:30 +00:00
makeall.bat
makedist.sh
makefile.rsp Added shaped sample copying 2003-06-08 17:49:49 +00:00
makeinno.bat
makerpm Fixed usage 2003-06-06 10:46:59 +00:00
makewise.bat
makewise.sh
mgl.rsp Added distribution scripts 2002-09-09 09:28:25 +00:00
microwin.rsp
mmedia.rsp
motif.rsp Removed old grid code 2003-03-24 18:50:10 +00:00
msw_minimal.rsp Added scripts to make a minimal wxMSW distribution 2002-09-16 19:20:38 +00:00
msw.rsp Fixed MDI scrollbars 2003-06-13 18:56:53 +00:00
namedown Added utility to convert filenames to lower case 2002-09-12 20:11:31 +00:00
nplugin.rsp
ogl.rsp
os2.rsp
patch.rsp
process_all_samples_bcb.bat
process_sample_bcb.bat
readme.txt
rearchive.bat Corrected HTML index, other distro-related tweaks 2002-08-18 14:10:52 +00:00
splitwise.cpp
stc.rsp
stubs.rsp
tags.cmd
tardist More deprecated class mods 2003-03-31 10:24:36 +00:00
tardist.bat
tarmicrowin.sh
tarwxall More deprecated class mods 2003-03-31 10:24:36 +00:00
tarwxmac More deprecated class mods 2003-03-31 10:24:36 +00:00
tarwxmotif
tarwxx11 More deprecated class mods 2003-03-31 10:24:36 +00:00
tex2rtf.rsp Script tweaks 2002-08-16 17:08:47 +00:00
tiff.rsp
univ.rsp Script updates 2002-09-09 11:25:22 +00:00
unix2dos.c Corrections 2002-09-12 20:55:05 +00:00
user.rsp
utilmake.rsp
utils.rsp More script tweaks 2002-08-16 22:29:52 +00:00
vc.rsp More deprecated class mods 2003-03-31 10:24:36 +00:00
vcupdate.bat
wisebott.txt
wisesys.txt
wisetop.txt
wordstyle.dot
wx_chm.rsp Added scripts to make a minimal wxMSW distribution 2002-09-16 19:20:38 +00:00
wx_hlp.rsp
wx_htb.rsp
wx_html.rsp
wx_pdf.rsp
wx_word.rsp
wxrc.rsp
wxtree.rsp
wxwin01.bmp
x11.rsp Removed old grid code 2003-03-24 18:50:10 +00:00
xml.rsp
zipdist.bat
zipdist.sh
zipdistinno.bat More deprecated class mods 2003-03-31 10:24:36 +00:00
zipmac.bat merged 2.4 branch into the trunk 2002-12-04 14:11:26 +00:00
zipmac.sh
zippatch.bat Incremented version number 2002-08-20 11:51:14 +00:00
zipstc.bat
zipwinminimal.bat Added scripts to make a minimal wxMSW distribution 2002-09-16 19:20:38 +00:00
zipwxmac.bat merged 2.4 branch into the trunk 2002-12-04 14:11:26 +00:00
zipwxos2.bat merged 2.4 branch into the trunk 2002-12-04 14:11:26 +00:00
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