X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fc2171bd4c660b8554dae2a1cbf34ff09f3032a6..6e42b980d934033794fb3be759c2eb77cf9c024f:/docs/tech/tn0010.htm diff --git a/docs/tech/tn0010.htm b/docs/tech/tn0010.htm index 1302485940..d5470a46fc 100644 --- a/docs/tech/tn0010.htm +++ b/docs/tech/tn0010.htm @@ -63,18 +63,18 @@ The Preprocessor definitions field should contain the following symbols f
 WIN32,_DEBUG,_WINDOWS,__WINDOWS__,__WXMSW__,__WXDEBUG__,WXDEBUG=1,
-__WIN95__,__WIN32__,WINVER=0x0400,STRICT
+__WIN32__,WINVER=0x0400,STRICT
 

and these for Release:

-NDEBUG,WIN32,_WINDOWS,__WINDOWS__,__WXMSW__,__WIN95__,__WIN32__,
+NDEBUG,WIN32,_WINDOWS,__WINDOWS__,__WXMSW__,__WIN32__,
 WINVER=0x0400,STRICT

The Additional include directories field should contain the following:

-c:\wx2\include,c:\wx2\contrib\include
+c:\wx2\include
 

(and of course any other directories you wish to use in your project).

@@ -125,7 +125,7 @@ for the Release configuration.

The Additional library path field should contain

-c:\wx2\lib,c:\wx2\contrib\lib
+c:\wx2\lib
 
for both Debug and Release configurations. @@ -137,7 +137,7 @@ for both Debug and Release configurations. Select your .rc file. The Additional resource include directories field should contain:
-c:\wx2\include;c:\wx2\contrib\include
+c:\wx2\include
 
@@ -160,7 +160,7 @@ and executable to be created in the project directory and not a subdirectory.

C/C++: Preprocessor
The Preprocessor definitions field should contain the following symbols:

-WIN32,_DEBUG,_WINDOWS,wx_msw,DEBUG=1,WIN95=1,WINVER=0x0400,STRICT
+WIN32,_DEBUG,_WINDOWS,wx_msw,DEBUG=1,WINVER=0x0400,STRICT
 

The Additional include directories field should contain the following:

@@ -202,7 +202,7 @@ libcd.lib,libcid.lib Select your .rc file. The Additional resource include directories field should contain:

-..\..\include\msw;..\..\contrib\fafa
+..\..\include\msw