makeres.bat
上传用户:hylc_2004
上传日期:2014-01-23
资源大小:46800k
文件大小:2k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. @echo off
  2. cd Czech
  3. rem echo ** Can only build Czech on middle-European Windows
  4. rem brc32 -r PTShConstsD2.rc
  5. copy /y PTShConstsD2.res ....PTShConstsD2_cs.res
  6. cd ..Danish
  7. brc32 -r PTShConstsD2.rc
  8. copy /y PTShConstsD2.res ....PTShConstsD2_da.res
  9. cd ..Dutch
  10. brc32 -r PTShConstsD2.rc
  11. copy /y PTShConstsD2.res ....PTShConstsD2_nl.res
  12. cd ..English
  13. brc32 -r PTShConstsD2.rc
  14. copy /y PTShConstsD2.res ....PTShConstsD2_en.res
  15. copy /y PTShConstsD2.res ....PTShConstsD2.res
  16. cd ..Finnish
  17. brc32 -r PTShConstsD2.rc
  18. copy /y PTShConstsD2.res ....PTShConstsD2_fi.res
  19. cd ..French
  20. brc32 -r PTShConstsD2.rc
  21. copy /y PTShConstsD2.res ....PTShConstsD2_fr.res
  22. cd ..German
  23. brc32 -r PTShConstsD2.rc
  24. copy /y PTShConstsD2.res ....PTShConstsD2_de.res
  25. cd ..Hungarian
  26. rem echo ** Can only build Hungarian on middle-European Windows
  27. rem brc32 -r PTShConstsD2.rc
  28. copy /y PTShConstsD2.res ....PTShConstsD2_hu.res
  29. cd ..Italian
  30. brc32 -r PTShConstsD2.rc
  31. copy /y PTShConstsD2.res ....PTShConstsD2_it.res
  32. cd ..Japanese
  33. rem echo ** Can only build Japanese on Japanese windows **
  34. rem brc32 -r PTShConstsD2.rc
  35. copy /y PTShConstsD2.res ....PTShConstsD2_jp.res
  36. cd ..Norwegian
  37. brc32 -r PTShConstsD2.rc
  38. copy /y PTShConstsD2.res ....PTShConstsD2_no.res
  39. cd ..Polish
  40. rem echo ** Can only build Polish on middle-European Windows
  41. rem brc32 -r PTShConstsD2.rc
  42. copy /y PTShConstsD2.res ....PTShConstsD2_pl.res
  43. cd ..Portuguese_Brazil
  44. brc32 -r PTShConstsD2.rc
  45. copy /y PTShConstsD2.res ....PTShConstsD2_pt.res
  46. cd ..Russian
  47. rem echo ** Can only build Russian on middle-European Windows
  48. rem brc32 -r PTShConstsD2.rc
  49. copy /y PTShConstsD2.res ....PTShConstsD2_ru.res
  50. cd ..Spanish
  51. brc32 -r PTShConstsD2.rc
  52. copy /y PTShConstsD2.res ....PTShConstsD2_es.res
  53. cd ..Swedish
  54. brc32 -r PTShConstsD2.rc
  55. copy /y PTShConstsD2.res ....PTShConstsD2_sv.res
  56. cd ..