kicad/tools/make-UTF8.sh

8 lines
127 B
Bash
Raw Normal View History

2013-12-08 06:48:25 +00:00
WXCONFIG=wx-config
2013-12-08 06:48:25 +00:00
#WXCONFIG=/opt/wx2.9/bin/wx-config
2013-12-08 06:48:25 +00:00
g++ -g $($WXCONFIG --cppflags) UTF8.cpp -o test $($WXCONFIG --libs)