]> git.saurik.com Git - wxWidgets.git/blame - wxPython/distrib/README.devel.txt
use stock buttons in generic dialogs
[wxWidgets.git] / wxPython / distrib / README.devel.txt
CommitLineData
09740c31
RD
1This tarball contains all the files needed (I hope!) to allow you to
2write win32 programs or Python extension modules that link to the same
11ccd012 3wxWidgets DLL that wxPython does. Files for both the normal (ANSI)
951aa70e 4and Unicode builds are included.
09740c31
RD
5
6You'll need to add the following directories to your Include path (the
7/I flag for MSVC):
8
951aa70e
RD
9 wxPython-[version]\lib\vc_dll\mswh [for ANSI builds]
10 wxPython-[version]\lib\vc_dll\mswuh [for Unicode builds]
09740c31
RD
11 wxPython-[version]\include
12
951aa70e 13And also you should link with a set of the *.lib files in the
52df3d15 14lib/vc_dll dir. Use the ones with the 'u' in the name after the version
951aa70e
RD
15numbers for Unicode builds, the ones without the 'u' are for ANSI
16builds.
09740c31 17
951aa70e 18I'm sure I've forgotten some files or something, so when you discover
52df3d15 19what they are please let me know. Also, if anyone feels like turning
951aa70e 20this text into a more detailed HOW-TO please send your text to me.
09740c31
RD
21
22
23Robin
24