projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06db67b
)
define wxUSE_UNICODE=1 on the command line in UNICODE builds (allows to use default...
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Fri, 10 Mar 2006 21:30:03 +0000
(21:30 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Fri, 10 Mar 2006 21:30:03 +0000
(21:30 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37983
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
wxPython/config.py
patch
|
blob
|
blame
|
history
diff --git
a/wxPython/config.py
b/wxPython/config.py
index 09a8e0e3fef26146686b19950fa18026035cdee6..d08949daf408389577982d1f81e8f43c4db4f95a 100644
(file)
--- a/
wxPython/config.py
+++ b/
wxPython/config.py
@@
-713,6
+713,9
@@
if os.name == 'nt':
if not FINAL or HYBRID:
defines.append( ('__WXDEBUG__', None) )
+ if UNICODE:
+ defines.append( ('wxUSE_UNICODE', 1) )
+
libdirs = [ opj(WXDIR, 'lib', 'vc_dll') ]
if MONOLITHIC:
libs = makeLibName('')