git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26389 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2004-03-27 04:51:35 +00:00
parent 80625543f5
commit 52df3d15d8

View File

@ -11,12 +11,12 @@ You'll need to add the following directories to your Include path (the
wxPython-[version]\include
And also you should link with a set of the *.lib files in the
lib/vc_dll dir. Us the ones with the 'u' in the name after the version
lib/vc_dll dir. Use the ones with the 'u' in the name after the version
numbers for Unicode builds, the ones without the 'u' are for ANSI
builds.
I'm sure I've forgotten some files or something, so when you discover
what it is please let me know. Also, if anyone feels like turning
what they are please let me know. Also, if anyone feels like turning
this text into a more detailed HOW-TO please send your text to me.