Making a wxMSW distribution |
These are some notes on the steps involved in making up a wxMSW distribution from a CVS hierarchy. Currently only Julian Smart does this, but in the event of the duty being transferred, or to allow people to produce custom distributions, the following may be helpful.
The distribution scripts are in the distrib/msw directory.
VC++ 1.5, VC++ 4.0, VC++ 5.0, VC++ 6.0 (static and DLL), BC++ 4.5 (WIN16/WIN32), BC++ 5.0 (WIN16/WIN32), C++Builder 3, Watcom C++ 10.6, Cygwin b20, Mingw32 2.95. For VC++ 6 and BC++ 5.0, check compilation using both the makefiles and the project files (wxvc.dsp, wxvc_dll.dsp, bc32.ide). See distrib/msw/makeall.bat for a script to build wxWindows and samples for a variety of compilers.