2015-05-12 04:00:03 +00:00
|
|
|
#!/bin/sh
|
|
|
|
# Generate translation template file for the wxWidgets port
|
2015-05-12 11:54:50 +00:00
|
|
|
wxrc -g ../src/wx/xrc/*.xrc -o wx-xrc-strings.h
|
2015-05-12 04:00:03 +00:00
|
|
|
|
|
|
|
xgettext -k_ -kN_ -o wxvbam/wxvbam.pot ../src/wx/*.cpp ../src/wx/*.h ../src/wx/widgets/*.cpp wx-xrc-strings.h
|
|
|
|
|
|
|
|
rm -r wx-xrc-strings.h
|