Skip to content
Snippets Groups Projects
Commit d49a3b28 authored by deuce's avatar deuce
Browse files

Pass --unicode to wx-config to ensure we're using a unicode enabled wxWidgets.

parent beb50c4a
No related branches found
No related tags found
No related merge requests found
......@@ -32,14 +32,14 @@
</Build>
<Compiler>
<Add option="-Wall" />
<Add option="`wx-config --cflags`" />
<Add option="`wx-config --unicode --cflags`" />
<Add option="-DHAS_INTTYPES_H=1" />
<Add directory=".." />
<Add directory="../../xpdev" />
<Add directory="../../smblib" />
</Compiler>
<Linker>
<Add option="`wx-config --libs`" />
<Add option="`wx-config --unicode --libs`" />
<Add library="xpdev" />
<Add directory="../../xpdev/gcc.freebsd.lib.release" />
</Linker>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment