source:
svn/branches/kctv/zasc/app/MultilingualUpdate.sh
| Last change on this file was 2, checked in by phkim, 11 years ago | |
|---|---|
| File size: 175 bytes | |
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | g++ -o xml2src.exe xml2src.cpp |
| 3 | ./xml2src.exe MayaMultilingual.xml > DST_DataStrings.cpp |
| 4 | ./xml2src.exe -I MayaMultilingual.xml > DST_DataStrings.h |
| 5 | rm -rf xml2src.exe |
Note: See TracBrowser
for help on using the repository browser.
