wxWidgets/distrib/msw
Vadim Zeitlin 5da2c444ef 1. fixed wxBase RPM template
2. fixed several erros in filelist.txt
3. regenarated everything


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10639 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-06-22 01:31:45 +00:00
..
tmake 1. fixed wxBase RPM template 2001-06-22 01:31:45 +00:00
bc.rsp
contrib.rsp Makefile and other small corrections 2001-06-17 18:34:20 +00:00
copy_src.bat
cw.rsp Added Codewarrior project files for jpeg, png, tiff, and zlib. 2001-05-06 05:15:41 +00:00
dialoged.rsp
docsrc.rsp
expdwild.bat second merge of the 2.2 branch (RL) 2000-08-08 06:11:51 +00:00
extradoc.rsp
filerepl.bat second merge of the 2.2 branch (RL) 2000-08-08 06:11:51 +00:00
generic.rsp Added wxUSE_MENUS to setup0.h to make menu sample compile; 2001-06-13 12:45:31 +00:00
glcanvas.rsp
gtk.rsp Fixes for distribution scripts 2000-10-12 16:32:03 +00:00
innobott.txt Updates for 2.3.1; fixed syntax error in makefile.b32 but this probably 2001-06-09 17:43:16 +00:00
innotop.txt Updates for 2.3.1; fixed syntax error in makefile.b32 but this probably 2001-06-09 17:43:16 +00:00
jpeg.rsp
mac.rsp Removed Mac-specific XPM files from mac.rsp 2001-05-11 16:08:39 +00:00
makeall.bat Minor mods 2001-04-26 10:17:58 +00:00
makedist.sh Small mods 2000-12-04 16:44:50 +00:00
makefile.rsp Makefile and other small corrections 2001-06-17 18:34:20 +00:00
makeinno.bat Updated distribution scripts 2001-04-29 13:42:03 +00:00
makewise.bat
makewise.sh Added distribution script 2000-10-13 15:04:40 +00:00
mmedia.rsp
motif.rsp
msw.rsp Added "set new icon" menu item to taskbar sample; updated some makefiles 2001-05-08 10:11:24 +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 Added geometry option to setup.h; added some missing make and project files 2001-06-12 10:14:58 +00:00
tardist.bat
tarwxmotif
tex2rtf.rsp
tiff.rsp
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 Added wxUSE_MENUS to setup0.h to make menu sample compile; 2001-06-13 12:45:31 +00:00
vcupdate.bat second merge of the 2.2 branch (RL) 2000-08-08 06:11:51 +00:00
wisebott.txt
wisesys.txt
wisetop.txt Fixes for distribution scripts 2000-10-12 16:32:03 +00:00
wordstyle.dot Added MS Word template file to be applied to manual before generation of PDF 2001-04-25 15:45:24 +00:00
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 Fixes for distribution scripts 2000-10-12 16:32:03 +00:00
zipdist.sh Small mod 2001-02-12 18:12:10 +00:00
zipdistinno.bat Makefile and other small corrections 2001-06-17 18:34:20 +00:00
zipmac.bat Fixed memory leak in textcmn.cpp 2001-06-06 11:17:30 +00:00
zipmac.sh *** empty log message *** 2001-05-04 14:50:17 +00:00
zippatch.bat
zipstc.bat
zipxml.bat Updated distribution scripts 2001-04-29 13:42: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