OLD | NEW |
1 # | 1 # |
2 # Expects command line definition for variable 'target_arch' | 2 # Expects command line definition for variable 'target_arch' |
3 # Must be either 'ia32' or 'x64' | 3 # Must be either 'ia32' or 'x64' |
4 # | 4 # |
5 # This .gyp file sits in directory 'installer'. | 5 # This .gyp file sits in directory 'installer'. |
6 # When gyp translates files locations, base them here. | 6 # When gyp translates files locations, base them here. |
7 # | 7 # |
8 # The solution file from this .gyp source lands in 'installer/build/<(target_arc
h)'. | 8 # The solution file from this .gyp source lands in 'installer/build/<(target_arc
h)'. |
9 # When gyp does not translate file locations, base them here. | 9 # When gyp does not translate file locations, base them here. |
10 # | 10 # |
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
474 ############# | 474 ############# |
475 { | 475 { |
476 'target_name': 'MSI ms 62 (Malay - generic)', | 476 'target_name': 'MSI ms 62 (Malay - generic)', |
477 'type': 'none', | 477 'type': 'none', |
478 'dependencies' : [ 'MSI mr-IN 1102 (Marathi - India)' ], | 478 'dependencies' : [ 'MSI mr-IN 1102 (Marathi - India)' ], |
479 'variables': { 'locale_id': '62' }, | 479 'variables': { 'locale_id': '62' }, |
480 'sources': [ 'src/msi/locale/ms.wxl' ], | 480 'sources': [ 'src/msi/locale/ms.wxl' ], |
481 }, | 481 }, |
482 | 482 |
483 ############# | 483 ############# |
484 # MSI nb-NO 1044 (Norwegian - Bokmål, Norway) | 484 # MSI nb-NO 1044 (Norwegian - Bokmal, Norway) |
485 # Target name has a vowel change to work around a character encoding problem
in gyp/MSVS. | 485 # Target name has a vowel change to work around a character encoding problem
in gyp/MSVS. |
486 ############# | 486 ############# |
487 { | 487 { |
488 'target_name': 'MSI nb-NO 1044 (Norwegian - Bokmal, Norway)', | 488 'target_name': 'MSI nb-NO 1044 (Norwegian - Bokmal, Norway)', |
489 'type': 'none', | 489 'type': 'none', |
490 'dependencies' : [ 'MSI ms 62 (Malay - generic)' ], | 490 'dependencies' : [ 'MSI ms 62 (Malay - generic)' ], |
491 'variables': { 'locale_id': '1044' }, | 491 'variables': { 'locale_id': '1044' }, |
492 'sources': [ 'src/msi/locale/nb-NO.wxl' ], | 492 'sources': [ 'src/msi/locale/nb-NO.wxl' ], |
493 }, | 493 }, |
494 | 494 |
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
710 { | 710 { |
711 'libraries': [ 'user32.lib', 'Shell32.lib', 'advapi32.lib', 'msi.lib', 'Ve
rsion.lib' ] | 711 'libraries': [ 'user32.lib', 'Shell32.lib', 'advapi32.lib', 'msi.lib', 'Ve
rsion.lib' ] |
712 }, | 712 }, |
713 'msvs_settings': | 713 'msvs_settings': |
714 { | 714 { |
715 'VCLinkerTool': {} | 715 'VCLinkerTool': {} |
716 } | 716 } |
717 }, | 717 }, |
718 ] | 718 ] |
719 } | 719 } |
OLD | NEW |