Changeset 2e3aaf33dd09de3cf5f2a6f56f7d46db7ee01e72
- Timestamp:
- 07/02/10 02:21:27 (2 months ago)
- Author:
- Rich Jones <rich@…>
- Parents:
- bef721823ec0f92c2e9cf63ed050ef0878bab99d
- Children:
- cded2ccaadf816658c4317224cf95feca768d3e7
- git-committer:
- Rich Jones <rich@anomos.info> / 2010-07-01T22:21:27Z-0400
- Message:
-
W32 Installer Changes
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r960ba5b
|
r2e3aaf3
|
|
| 4 | 4 | ; HM NIS Edit Wizard helper defines |
| 5 | 5 | !define PRODUCT_NAME "Anomos" |
| 6 | | !define PRODUCT_VERSION "0.9.1" |
| | 6 | !define PRODUCT_VERSION "0.9.5" |
| 7 | 7 | !define PRODUCT_PUBLISHER "Anomos Liberty Enhancements" |
| 8 | 8 | !define PRODUCT_WEB_SITE "http://www.anomos.info" |
| … |
… |
|
| 439 | 439 | SetOutPath "$INSTDIR\locale" |
| 440 | 440 | File "dist\locale\anomos-ar.po" |
| | 441 | File "dist\locale\anomos-ast.po" |
| | 442 | File "dist\locale\anomos-ca.po" |
| 441 | 443 | File "dist\locale\anomos-da.po" |
| 442 | 444 | File "dist\locale\anomos-de.po" |
| … |
… |
|
| 444 | 446 | File "dist\locale\anomos-fi.po" |
| 445 | 447 | File "dist\locale\anomos-fr.po" |
| | 448 | File "dist\locale\anomos-oc.po" |
| 446 | 449 | File "dist\locale\anomos-pt_BR.po" |
| 447 | 450 | File "dist\locale\anomos-ro.po" |
| | 451 | File "dist\locale\anomos-ru.po" |
| 448 | 452 | File "dist\locale\anomos-sv.po" |
| 449 | 453 | File "dist\locale\anomos-tr.po" |
| | 454 | File "dist\locale\anomos-zh_CN.po" |
| 450 | 455 | File "dist\locale\anomos.pot" |
| 451 | 456 | SetOutPath "$INSTDIR\locale\ar\LC_MESSAGES" |
| 452 | 457 | File "dist\locale\ar\LC_MESSAGES\anomos.mo" |
| | 458 | SetOutPath "$INSTDIR\locale\ast\LC_MESSAGES" |
| | 459 | File "dist\locale\ast\LC_MESSAGES\anomos.mo" |
| | 460 | SetOutPath "$INSTDIR\locale\ca\LC_MESSAGES" |
| | 461 | File "dist\locale\ca\LC_MESSAGES\anomos.mo" |
| 453 | 462 | SetOutPath "$INSTDIR\locale\da\LC_MESSAGES" |
| 454 | 463 | File "dist\locale\da\LC_MESSAGES\anomos.mo" |
| … |
… |
|
| 461 | 470 | SetOutPath "$INSTDIR\locale\fr\LC_MESSAGES" |
| 462 | 471 | File "dist\locale\fr\LC_MESSAGES\anomos.mo" |
| | 472 | SetOutPath "$INSTDIR\locale\oc\LC_MESSAGES" |
| | 473 | File "dist\locale\oc\LC_MESSAGES\anomos.mo" |
| 463 | 474 | SetOutPath "$INSTDIR\locale\pt_BR\LC_MESSAGES" |
| 464 | 475 | File "dist\locale\pt_BR\LC_MESSAGES\anomos.mo" |
| 465 | 476 | SetOutPath "$INSTDIR\locale\ro\LC_MESSAGES" |
| 466 | 477 | File "dist\locale\ro\LC_MESSAGES\anomos.mo" |
| | 478 | SetOutPath "$INSTDIR\locale\ru\LC_MESSAGES" |
| | 479 | File "dist\locale\ru\LC_MESSAGES\anomos.mo" |
| 467 | 480 | SetOutPath "$INSTDIR\locale\sv\LC_MESSAGES" |
| 468 | 481 | File "dist\locale\sv\LC_MESSAGES\anomos.mo" |
| … |
… |
|
| 471 | 484 | SetOutPath "$INSTDIR\locale\tr\LC_MESSAGES" |
| 472 | 485 | File "dist\locale\tr\LC_MESSAGES\anomos.mo" |
| | 486 | SetOutPath "$INSTDIR\locale\zh_CN\LC_MESSAGES" |
| | 487 | File "dist\locale\zh_CN\LC_MESSAGES\anomos.mo" |
| 473 | 488 | SectionEnd |
| 474 | 489 | |