wxWidgets/distrib/msw
2001-12-01 20:58:08 +00:00
..
tmake Added a dependency for setup.h so it will be copied again if needed 2001-12-01 20:58:08 +00:00
bc.rsp
contrib.rsp Small changes 2001-09-06 12:09:24 +00:00
copy_src.bat
cw.rsp
dialoged.rsp
docsrc.rsp
dsw_files.zip Added zip file containing DSW files for samples and demos 2001-11-22 14:20:12 +00:00
expdwild.bat
extradoc.rsp
filerepl.bat
generic.rsp More project file fun 2001-11-20 15:58:54 +00:00
glcanvas.rsp
gtk.rsp
innobott.txt Small changes 2001-09-06 12:09:24 +00:00
innotop.txt Fixed Plot compilation, aliased OnScroll to HandleOnScroll 2001-11-23 13:27:56 +00:00
jpeg.rsp
mac.rsp Removed Mac-specific XPM files from mac.rsp 2001-05-11 16:08:39 +00:00
makeall.bat
makedist.sh
makefile.rsp Misc fixes 2001-11-20 14:55:10 +00:00
makeinno.bat
makewise.bat
makewise.sh
microwin.rsp Fix to minimal sample project file; changed protected -> public in wxGIFDecoder 2001-07-02 10:06:51 +00:00
mmedia.rsp
motif.rsp
msw.rsp Corrections to config checking; tweaking wxUniv's setup.h; added fix to makeb32.env 2001-06-29 16:30:51 +00:00
nplugin.rsp
ogl.rsp
patch.rsp
process_all_samples_bcb.bat These add .mak (for BCB1) and .bpr (for BCB3 and 4) files for CBuilder in 2001-06-14 13:33:39 +00:00
process_sample_bcb.bat These add .mak (for BCB1) and .bpr (for BCB3 and 4) files for CBuilder in 2001-06-14 13:33:39 +00:00
readme.txt
splitwise.cpp
stc.rsp
stubs.rsp
tardist Updated version to 2.3.2 so apps can test for differences in new merged source 2001-06-27 20:36:30 +00:00
tardist.bat
tarmicrowin.sh Further wxUniv fixes 2001-06-29 19:18:30 +00:00
tarwxmotif
tex2rtf.rsp
tiff.rsp
user.rsp
utilmake.rsp
utils.rsp
vc.rsp More project file fun 2001-11-20 15:58:54 +00:00
vcupdate.bat
wisebott.txt
wisesys.txt
wisetop.txt
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
xml.rsp Reduced true colour icon (!) to 16 colours, updated project files and scripts 2001-06-17 22:41:45 +00:00
zipdist.bat Added progress dialog to project files; changed version in release script 2001-08-01 16:58:20 +00:00
zipdist.sh
zipdistinno.bat Misc fixes 2001-11-20 14:55:10 +00:00
zipmac.bat Fixed memory leak in textcmn.cpp 2001-06-06 11:17:30 +00:00
zipmac.sh
zippatch.bat
zipstc.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