X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2edb0bdef6238c8c246b6978bc14828b7033d931..733a25f0f454eefbb1392faad986d8dde7919230:/docs/tech/tn0010.htm diff --git a/docs/tech/tn0010.htm b/docs/tech/tn0010.htm index c8b8063f0a..1302485940 100644 --- a/docs/tech/tn0010.htm +++ b/docs/tech/tn0010.htm @@ -1,7 +1,7 @@
-
-To compile wxWindows samples and applications using the VC++ 5.0 or 6.0 IDE (having compiled wxWindows +To compile wxWidgets samples and applications using the VC++ 5.0 or 6.0 IDE (having compiled wxWidgets using the makefile or project file provided), the following steps and settings should be used.
@@ -38,15 +38,16 @@ steps and settings should be used.
-
+These settings apply to wxWidgets 2.1.14 and above but most of them are not +necessary any longer for wxWidgets 2.3+.
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib rpcrt4.lib wsock32.lib -winmm.lib wxd.lib xpmd.lib pngd.lib zlibd.lib jpegd.lib tiffd.lib +winmm.lib wxmsw25d.lib wxbase25d.lib wxpngd.lib wxzlibd.lib wxjpegd.lib wxtiffd.libfor the Debug configuration and @@ -102,7 +103,7 @@ for the Debug configuration and
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib rpcrt4.lib wsock32.lib -winmm.lib wx.lib xpm.lib png.lib zlib.lib jpeg.lib tiff.lib +winmm.lib wxmsw25.lib wxbase25.lib wxpng.lib wxzlib.lib wxjpeg.lib wxtiff.libfor the Release configuration.
@@ -143,7 +144,7 @@ c:\wx2\include;c:\wx2\contrib\include
@@ -171,12 +172,12 @@ The Additional include directories field should contain the following:
+button should be selected (I can't find a way of using the wxWidgets PCH file).
+sets the compiler switch to /MD to match the wxWidgets makefile.
- - - - -