~hjd/ubuntu/wily/gyp/debian-merged

« back to all changes in this revision

Viewing changes to test/win/rc-build/hello.gyp

  • Committer: Hans Joachim Desserud
  • Date: 2015-10-31 12:46:59 UTC
  • mfrom: (6.2.6 sid)
  • Revision ID: hans_joachim_desserud-20151031124659-lzxekr6woskh4k0b
Merge latest Debian version

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
      ],
52
52
    },
53
53
    {
 
54
      'target_name': 'with_include_subdir',
 
55
      'type': 'executable',
 
56
      'msvs_settings': {
 
57
        'VCCLCompilerTool': {
 
58
          'DebugInformationFormat': '3',
 
59
        },
 
60
        'VCLinkerTool': {
 
61
          'GenerateDebugInformation': 'true',
 
62
        },
 
63
        'VCResourceCompilerTool': {
 
64
          'Culture' : '1033',
 
65
        },
 
66
      },
 
67
      'resource_include_dirs': [
 
68
        '$(ProjectDir)\\subdir',
 
69
      ],
 
70
      'sources': [
 
71
        'hello.cpp',
 
72
        'hello3.rc',
 
73
      ],
 
74
      'libraries': [
 
75
        'kernel32.lib',
 
76
        'user32.lib',
 
77
      ],
 
78
    },
 
79
    {
54
80
      'target_name': 'resource_only_dll',
55
81
      'type': 'shared_library',
56
82
      'msvs_settings': {