wxWidgets/distrib/msw
1999-10-18 15:45:28 +00:00
..
tmake wxControl and wxChoice derive from the base classes under wxGTK too now 1999-10-18 15:45:28 +00:00
bc.rsp Added 'tardist' script for creating .tgz archives of wxWin; cured wxExecute 1999-02-18 14:55:34 +00:00
copy_src.bat Small optical changes for MSW 1999-08-23 15:23:29 +00:00
cw.rsp Altered font dialog slightly for Motif; added wxUSE_TOOLTIPS to Motif setup.h 1999-02-06 00:46:25 +00:00
docsrc.rsp Added Property List classes to main library; added proplist sample; merged 1998-12-31 16:15:45 +00:00
generic.rsp Added some setup files 1999-10-13 16:30:46 +00:00
glcanvas.rsp Removed some unused parameter warnings; compile error in dialup.cpp corrected; 1999-10-04 15:07:20 +00:00
gtk.rsp Removed some unused parameter warnings; compile error in dialup.cpp corrected; 1999-10-04 15:07:20 +00:00
makefile.rsp Removed some unused parameter warnings; compile error in dialup.cpp corrected; 1999-10-04 15:07:20 +00:00
makewise.bat makeg95.env edited for Mingw32/gcc 2.95 compilation; _T not redefined for 1999-10-14 12:37:52 +00:00
motif.rsp A fix for wxTaskBarIcon (temporary wxFrame interfering with app shutdown); 1999-08-09 20:49:34 +00:00
msw.rsp makeg95.env edited for Mingw32/gcc 2.95 compilation; _T not redefined for 1999-10-14 12:37:52 +00:00
ogl.rsp Removed some unused parameter warnings; compile error in dialup.cpp corrected; 1999-10-04 15:07:20 +00:00
readme.txt Added some setup files 1999-10-13 16:30:46 +00:00
splitwise.cpp Added some setup files 1999-10-13 16:30:46 +00:00
stubs.rsp Renamed .nt makefiles to .vc and factored them out; made DND sample compile 1999-01-24 19:13:55 +00:00
tardist Fixed wxPostScript printing problem (used wrong constructor, and the right 1999-04-19 20:43:41 +00:00
tardist.bat *** empty log message *** 1998-05-22 19:57:05 +00:00
tex2rtf.rsp Consistent naming of e.g. wxUSE_CTRL 1999-02-02 12:37:14 +00:00
user.rsp A fix for wxTaskBarIcon (temporary wxFrame interfering with app shutdown); 1999-08-09 20:49:34 +00:00
vc.rsp Made .dsp files consistent with debug option; added JPEG project file 1999-10-08 10:21:14 +00:00
wisebott.txt makeg95.env edited for Mingw32/gcc 2.95 compilation; _T not redefined for 1999-10-14 12:37:52 +00:00
wisesys.txt Added system DLL file installs for makewise.bat. 1999-10-14 08:54:50 +00:00
wisetop.txt makeg95.env edited for Mingw32/gcc 2.95 compilation; _T not redefined for 1999-10-14 12:37:52 +00:00
wx_hlp.rsp *** empty log message *** 1998-05-22 19:57:05 +00:00
wx_html.rsp Added Property List classes to main library; added proplist sample; merged 1998-12-31 16:15:45 +00:00
wx_pdf.rsp *** empty log message *** 1998-05-22 19:57:05 +00:00
wx_word.rsp Added some files 1998-12-08 23:34:49 +00:00
wxtree.rsp Fixed property list OnClose problem that caused Dialog Editor problem 1999-02-09 18:19:15 +00:00
wxwin01.bmp makeg95.env edited for Mingw32/gcc 2.95 compilation; _T not redefined for 1999-10-14 12:37:52 +00:00
zipdist.bat Added some setup files 1999-10-13 16:30:46 +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