wxWidgets/distrib/msw
2000-03-12 15:04:12 +00:00
..
tmake Fixes for building the DLL with the new auxillary library names 2000-03-10 02:58:58 +00:00
bc.rsp
copy_src.bat
cw.rsp
docsrc.rsp
generic.rsp Added project files for STC; fixed wxStringList memory leaks; small doc changes; 2000-03-12 15:04:12 +00:00
glcanvas.rsp Moved wxGLCanvas to more normal positions 2000-02-28 08:22:57 +00:00
gtk.rsp Some Motif fixes; makefile fixes; added wxTransferStreamToFile/FileToStream for wxWin 2000-02-24 15:04:24 +00:00
jpeg.rsp Added JPEG rsp file 2000-02-18 08:14:32 +00:00
makefile.rsp Mmedia, OGL lib directory changes; omitted naughty wxGA_SMOOTH style from wxProgressDialog; 2000-03-09 20:15:44 +00:00
makewise.bat
motif.rsp Some Motif fixes; makefile fixes; added wxTransferStreamToFile/FileToStream for wxWin 2000-02-24 15:04:24 +00:00
msw.rsp Added WinHelp sample doc to samples/help, and made it possible to show 2000-03-08 13:04:51 +00:00
nplugin.rsp Added WinHelp sample doc to samples/help, and made it possible to show 2000-03-08 13:04:51 +00:00
ogl.rsp Removed OGL prior to re-adding; some Watcom corrections 2000-03-03 11:10:51 +00:00
patch.rsp
readme.txt
splitwise.cpp
stc.rsp Added project files for STC; fixed wxStringList memory leaks; small doc changes; 2000-03-12 15:04:12 +00:00
stubs.rsp
tardist
tardist.bat
tex2rtf.rsp Mmedia, OGL lib directory changes; omitted naughty wxGA_SMOOTH style from wxProgressDialog; 2000-03-09 20:15:44 +00:00
tiff.rsp
user.rsp
vc.rsp Added project files for STC; fixed wxStringList memory leaks; small doc changes; 2000-03-12 15:04:12 +00:00
wisebott.txt
wisesys.txt
wisetop.txt
wx_hlp.rsp Made VC++ makefiles and project files a bit more consistent 2000-03-08 08:32:31 +00:00
wx_html.rsp Made VC++ makefiles and project files a bit more consistent 2000-03-08 08:32:31 +00:00
wx_pdf.rsp
wx_word.rsp
wxtree.rsp
wxwin01.bmp
zipdist.bat Made VC++ makefiles and project files a bit more consistent 2000-03-08 08:32:31 +00:00
zippatch.bat
zipstc.bat Added project files for STC; fixed wxStringList memory leaks; small doc changes; 2000-03-12 15:04:12 +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