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
This commit is contained in:
Julian Smart
2007-09-01 16:25:41 +00:00
parent 93f7a33ef5
commit 725e527204

View File

@@ -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
======