-2. Open src/wxvc.dsp, set Debug or Release configuration for
- the wxvc project, and compile. Alternatively, use Batch Build
- to build both Debug and Release configurations.
- This will produce lib/wx.lib (release) and lib/wxd.lib (debug),
- plus various subordinate libraries. It assumes you have
- the TIFF and JPEG source, which is already in the setup
- version of the distribution.
- The project file src/wxvc_dll.dsp will make a DLL version of wxWindow,
- which will go in lib/wxdll.[lib,dll] and lib/wxdlld.[lib,dll].
+2. Open src/wxWindows.dsp, which has configurations for static
+ compilation or DLL compilation, and each of these available in
+ Unicode/ANSI and Debug/Release variations. Normally you'll use
+ a static linking ANSI configuration. Choose the Win32 Debug or
+ Win32 Release configuration for the wxWindows project, and compile.
+ Alternatively, use Batch Build to build more than one
+ configuration.
+ The following libraries will be produced depending on chosen
+ configuration:
+
+ wxmsw.lib wxmswd.lib ; ANSI Release/Debug
+ wxmswu.lib wxmswud.lib ; UNICODE Release/Debug
+ wxmsw23x.lib wxmsw23xd.lib ; ANSI DLL Release/Debug
+ wxmsw23xu.lib wxmsw23xud.lib ; UNICODE DLL Release/Debug
+
+ It will also produce similar variations on jpeg.lib, png.lib,
+ tiff.lib, zlib.lib, and regex.lib.