wxWidgets/distrib/msw
Julian Smart fac2666314 Added def files for making OpenGL DLLs (Mingw32); added comment to wxHTML format
doc; added OpenGL libs to makeg95.env


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6828 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-18 20:11:10 +00:00
..
tmake When making the DLL with glcanvas then you have to link the dll with 2000-03-18 08:15:25 +00:00
bc.rsp Some BC++ 5.4 fixes 2000-02-11 13:29:43 +00:00
copy_src.bat
cw.rsp
docsrc.rsp Doc edits; adding mmedia.rsp; added STC BC++ makefiles 2000-03-14 15:18:20 +00:00
generic.rsp Added some makefiles, more BC++/win16 fixes 2000-03-17 10:08:07 +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 Some doc fixes; BC++, Watcom C++, Mingw32 fixes 2000-03-17 17:59:56 +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
mmedia.rsp Changes to ProjGen for new sample filenames 2000-03-15 12:11:38 +00:00
motif.rsp Some Motif fixes; makefile fixes; added wxTransferStreamToFile/FileToStream for wxWin 2000-02-24 15:04:24 +00:00
msw.rsp Added def files for making OpenGL DLLs (Mingw32); added comment to wxHTML format 2000-03-18 20:11:10 +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 Changes to ProjGen for new sample filenames 2000-03-15 12:11:38 +00:00
patch.rsp Compile fixes 1999-11-30 10:07:03 +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
stc.rsp Changes to ProjGen for new sample filenames 2000-03-15 12:11:38 +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 BC++ IDE compile mod to thread.cpp; other small stuff 2000-01-06 10:30:12 +00:00
user.rsp
vc.rsp Added some makefiles, more BC++/win16 fixes 2000-03-17 10:08:07 +00:00
wisebott.txt Changes to ProjGen for new sample filenames 2000-03-15 12:11:38 +00:00
wisesys.txt Made some treectrl sample icons transparent; added toolbar.h to wx.h 1999-11-17 14:29:00 +00:00
wisetop.txt Changes to ProjGen for new sample filenames 2000-03-15 12:11:38 +00:00
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 makeg95.env edited for Mingw32/gcc 2.95 compilation; _T not redefined for 1999-10-14 12:37:52 +00:00
zipdist.bat Changes to ProjGen for new sample filenames 2000-03-15 12:11:38 +00:00
zippatch.bat Compile fixes 1999-11-30 10:07:03 +00:00
zipstc.bat Changes to ProjGen for new sample filenames 2000-03-15 12:11:38 +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