X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6fdaa477278bd2ffec273d003750b388640eb4a6..bc55e31bdc7fbf6f1006f298ed8310e7972984e9:/docs/latex/wx/wxmsw.tex?ds=sidebyside diff --git a/docs/latex/wx/wxmsw.tex b/docs/latex/wx/wxmsw.tex index 12393eacf9..03726eedf2 100644 --- a/docs/latex/wx/wxmsw.tex +++ b/docs/latex/wx/wxmsw.tex @@ -355,11 +355,11 @@ Unfortunately, Visual Studio 2005, required to build Windows Mobile 5.0 applicat doesn't do a perfect job of converting the project files from eVC++ format. When you have converted the wxWidgets workspace, edit the configuration properties -for each configuration and in the Librarian, add a relative path ..\..\lib to -each library path. For example: {\tt ..\$(PlatformName)\$(ConfigurationName)\wx_mono.lib}. +for each configuration and in the Librarian, add a relative path ..$\backslash$..$\backslash$lib to +each library path. For example: {\tt ..$\backslash$\$(PlatformName)$\backslash$\$(ConfigurationName)$\backslash$wx_mono.lib}. Then, for a sample you want to compile, edit the configuration properties -and make sure {\tt ..\..\lib\$(PlatformName)\$(ConfigurationName)} is in the Linker/General/Additional +and make sure {\tt ..$\backslash$..$\backslash$lib$\backslash$\$(PlatformName)$\backslash$\$(ConfigurationName)} is in the Linker/General/Additional Library Directories property. Also change the Linker/Input/Additional Dependencies property to something like {\tt coredll.lib wx\_mono.lib wx\_wxjpeg.lib wx\_wxpng.lib wx\_wxzlib.lib wx\_wxexpat.lib commctrl.lib winsock.lib wininet.lib} (since the library names in the wxWidgets workspace were changed by VS 2005).