]> git.saurik.com Git - wxWidgets.git/blame - wxPython/distrib/README.devel.txt
Don't forget wxrc
[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
3wxWindows DLL that wxPython does. Files for both the normal (ANSI)
4and unicode builds are included.
5
6You'll need to add the following directories to your Include path (the
7/I flag for MSVC):
8
9 wxPython-[version]\lib\mswdllh [for ANSI builds]
10 wxPython-[version]\lib\mswdlluh [for Unicode builds]
11 wxPython-[version]\include
12
13And also you should link with one of the wxmsw*.lib files in the lib
14dir, use the one with the 'u' in the name for the Unicode build and
15the one without for the ANSI build.
16
17I've also included some makefiles in the src dir to give you an idea
18of what compiler and linker flags are required. You can also get this
19info from wxPython's setup.py script.
20
21I'm sure I've forgotten something, so when you discover what it is
22please let me know. Also, if anyone feels like turning this text into
23a more detailed HOW-TO please send your text to me.
24
25
26Robin
27