makeres.bat
来自「一套及时通讯的原码」· Batch 代码 · 共 74 行
BAT
74 行
@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 ..
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?