makeres.bat
上传用户:hylc_2004
上传日期:2014-01-23
资源大小:46800k
文件大小:2k
- @echo off
- cd Czech
- rem echo ** Can only build Czech on middle-European Windows
- rem brc32 -r PTShConstsD2.rc
- copy /y PTShConstsD2.res ....PTShConstsD2_cs.res
- cd ..Danish
- brc32 -r PTShConstsD2.rc
- copy /y PTShConstsD2.res ....PTShConstsD2_da.res
- cd ..Dutch
- brc32 -r PTShConstsD2.rc
- copy /y PTShConstsD2.res ....PTShConstsD2_nl.res
- cd ..English
- brc32 -r PTShConstsD2.rc
- copy /y PTShConstsD2.res ....PTShConstsD2_en.res
- copy /y PTShConstsD2.res ....PTShConstsD2.res
- cd ..Finnish
- brc32 -r PTShConstsD2.rc
- copy /y PTShConstsD2.res ....PTShConstsD2_fi.res
- cd ..French
- brc32 -r PTShConstsD2.rc
- copy /y PTShConstsD2.res ....PTShConstsD2_fr.res
- cd ..German
- brc32 -r PTShConstsD2.rc
- copy /y PTShConstsD2.res ....PTShConstsD2_de.res
- cd ..Hungarian
- rem echo ** Can only build Hungarian on middle-European Windows
- rem brc32 -r PTShConstsD2.rc
- copy /y PTShConstsD2.res ....PTShConstsD2_hu.res
- cd ..Italian
- brc32 -r PTShConstsD2.rc
- copy /y PTShConstsD2.res ....PTShConstsD2_it.res
- cd ..Japanese
- rem echo ** Can only build Japanese on Japanese windows **
- rem brc32 -r PTShConstsD2.rc
- copy /y PTShConstsD2.res ....PTShConstsD2_jp.res
- cd ..Norwegian
- brc32 -r PTShConstsD2.rc
- copy /y PTShConstsD2.res ....PTShConstsD2_no.res
- cd ..Polish
- rem echo ** Can only build Polish on middle-European Windows
- rem brc32 -r PTShConstsD2.rc
- copy /y PTShConstsD2.res ....PTShConstsD2_pl.res
- cd ..Portuguese_Brazil
- brc32 -r PTShConstsD2.rc
- copy /y PTShConstsD2.res ....PTShConstsD2_pt.res
- cd ..Russian
- rem echo ** Can only build Russian on middle-European Windows
- rem brc32 -r PTShConstsD2.rc
- copy /y PTShConstsD2.res ....PTShConstsD2_ru.res
- cd ..Spanish
- brc32 -r PTShConstsD2.rc
- copy /y PTShConstsD2.res ....PTShConstsD2_es.res
- cd ..Swedish
- brc32 -r PTShConstsD2.rc
- copy /y PTShConstsD2.res ....PTShConstsD2_sv.res
- cd ..