From 725e527204b2048a25e9431ef1856acb90fd2994 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Sat, 1 Sep 2007 16:25:41 +0000 Subject: [PATCH] Alternative project editing instructions for WinCE/VS 2005 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48515 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/msw/wince/readme.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/msw/wince/readme.txt b/docs/msw/wince/readme.txt index aa837604cc..6ab25a875c 100644 --- a/docs/msw/wince/readme.txt +++ b/docs/msw/wince/readme.txt @@ -130,6 +130,13 @@ coredll.lib wx_mono.lib wx_wxjpeg.lib wx_wxpng.lib wx_wxzlib.lib wx_wxexpat.lib since the library names in the wxWidgets workspace were changed by VS 2005. +Alternatively, don't edit the wxWidgets library project file, so the libraries will be +placed under build\wince, and then edit the sample projects as follows: + +- prepend ..\..\build\wince\ to the Additional Library Directives line +- change the Additional Dependencies as above, to: + coredll.lib wx_mono.lib wx_wxjpeg.lib wx_wxpng.lib wx_wxzlib.lib wx_wxexpat.lib commctrl.lib winsock.lib wininet.lib + Status ======