]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/tech/tn0010.htm
no changes, just fix a few typos and wrap long lines
[wxWidgets.git] / docs / tech / tn0010.htm
index 1302485940bd45d98996a169803f0aa197f2ad70..d5470a46fcccd8d14b168dda66d41494b3edd8e0 100644 (file)
@@ -63,18 +63,18 @@ The <B>Preprocessor definitions</B> field should contain the following symbols f
 
 <PRE>
 WIN32,_DEBUG,_WINDOWS,__WINDOWS__,__WXMSW__,__WXDEBUG__,WXDEBUG=1,
-__WIN95__,__WIN32__,WINVER=0x0400,STRICT
+__WIN32__,WINVER=0x0400,STRICT
 </PRE>
 <P>
 and these for Release:<P>
 
 <PRE>
-NDEBUG,WIN32,_WINDOWS,__WINDOWS__,__WXMSW__,__WIN95__,__WIN32__,
+NDEBUG,WIN32,_WINDOWS,__WINDOWS__,__WXMSW__,__WIN32__,
 WINVER=0x0400,STRICT</PRE>
 <P>
 The <B>Additional include directories</B> field should contain the following:<P>
 <PRE>
-c:\wx2\include,c:\wx2\contrib\include
+c:\wx2\include
 </PRE>
 <P>(and of course any other directories you wish to use in your project).<P>
 
@@ -125,7 +125,7 @@ for the Release configuration.<P>
 The <B>Additional library path</B> field should contain
 
 <PRE>
-c:\wx2\lib,c:\wx2\contrib\lib
+c:\wx2\lib
 </PRE>
 
 for both Debug and Release configurations.
@@ -137,7 +137,7 @@ for both Debug and Release configurations.
 Select your .rc file. The <B>Additional resource include directories</B> field should contain:
 
 <PRE>
-c:\wx2\include;c:\wx2\contrib\include
+c:\wx2\include
 </PRE>
 
 </DL>
@@ -160,7 +160,7 @@ and executable to be created in the project directory and not a subdirectory.<P>
 <DT><B>C/C++: Preprocessor</B><DD>
 The <B>Preprocessor definitions</B> field should contain the following symbols:<P>
 <PRE>
-WIN32,_DEBUG,_WINDOWS,wx_msw,DEBUG=1,WIN95=1,WINVER=0x0400,STRICT
+WIN32,_DEBUG,_WINDOWS,wx_msw,DEBUG=1,WINVER=0x0400,STRICT
 </PRE>
 <P>
 The <B>Additional include directories</B> field should contain the following:<P>
@@ -202,7 +202,7 @@ libcd.lib,libcid.lib
 Select your .rc file. The <B>Additional resource include directories</B> field should contain:
 
 <PRE>
-..\..\include\msw;..\..\contrib\fafa
+..\..\include\msw
 </PRE>
 
 </DL>