wxWidgets/distrib/msw
2006-11-25 14:24:34 +00:00
..
tmake Removed unused Symantec (*.sc) build system. Symantec C++ is now replaced by DigitalMars. 2006-08-01 12:49:12 +00:00
bakeall.sh
base.rsp
bc.rsp
cocoa.rsp
contrib.rsp Removal of second part of dsw files (as requested by Jamie Gadd). 2006-04-24 09:29:35 +00:00
copy_src.bat
copybase.bat
createsetup.sh Added simple setup-creating script. See top of createsetup.sh for details. 2006-11-09 22:27:27 +00:00
cw_mac.rsp Script updates 2006-06-06 14:43:50 +00:00
cw.rsp Script updates 2006-06-06 14:43:50 +00:00
deprecated.rsp
dmc.rsp 'configtool' removal. 2006-09-19 15:37:21 +00:00
docsrc.rsp
dsp2dos.bat
expdwild.bat
extradoc.rsp
filerepl.bat
generic.rsp Removed all outdated makefile.dos and their *.msc include. 2006-08-01 07:09:58 +00:00
glcanvas.rsp
gtk.rsp
innobott.txt
innotop.txt
jpeg.rsp
lower.bat
mac.rsp
makeall.bat
makedist.sh
makefile.rsp 'configtool' removal. 2006-09-19 15:37:21 +00:00
makefile.vc
makeinno.bat
makeinno.sh
makerpm
makesetup.sh
maketarballs
makewinceproj.sh
mgl.rsp
microwin.rsp
mmedia.rsp Removal of second part of dsw files (as requested by Jamie Gadd). 2006-04-24 09:29:35 +00:00
motif.rsp
msw_minimal.rsp Removed all outdated makefile.dos and their *.msc include. 2006-08-01 07:09:58 +00:00
msw.rsp
namedown
nplugin.rsp
ogl.rsp Removed all outdated makefile.dos and their *.msc include. 2006-08-01 07:09:58 +00:00
os2.rsp
palmos.rsp
patch.rsp
readme.txt
setup.var
splitwise.cpp
stc.rsp Removal of second part of dsw files (as requested by Jamie Gadd). 2006-04-24 09:29:35 +00:00
stubs.rsp
tags.cmd
tardist
tardist.bat
tarmicrowin.sh
tarwxall
tarwxmac
tarwxmotif
tarwxx11
tex2rtf.rsp Removed all outdated makefile.dos and their *.msc include. 2006-08-01 07:09:58 +00:00
tiff.rsp
univ.rsp
unix2dos.c
user.rsp
utilmake.rsp
utils.rsp 'configtool' removal. 2006-09-19 15:37:21 +00:00
vc.rsp IPC sample projects renamed from ipc_xxx to ipc_ipcxxx 2006-11-25 14:24:34 +00:00
vcupdate.bat
wince.rsp IPC sample projects renamed from ipc_xxx to ipc_ipcxxx 2006-11-25 14:24:34 +00:00
wordstyle.dot
wx_chm.rsp
wx_hlp.rsp
wx_htb.rsp
wx_html.rsp
wx_pdf.rsp
wx_word.rsp
wxrc.rsp Removed all outdated makefile.dos and their *.msc include. 2006-08-01 07:09:58 +00:00
wxtree.rsp
wxwidgets_in.iss Added simple setup-creating script. See top of createsetup.sh for details. 2006-11-09 22:27:27 +00:00
wxwin01.bmp
x11.rsp
xml.rsp Removed all outdated makefile.dos and their *.msc include. 2006-08-01 07:09:58 +00:00
zipdist.sh
zipmac.sh
zippatch.bat
zipwince.bat
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