Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/python/gyp/test/win/system-include/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 517 B image not shown  

Quelle  test.gyp   Sprache: unbekannt

 
{
  'target_defaults': {
    'msvs_settings': {
      'VCCLCompilerTool': {
        'WarningLevel': '4',
        'WarnAsError': 'true',
      },
    },
    'msvs_system_include_dirs': [
      '$(ProjectName)',  # Different for each target
      'common',  # Same for all targets
    ],
  },
  'targets': [
    {
      'target_name': 'foo',
      'type': 'executable',
      'sources': [ 'main.cc', ],
    },
    {
      'target_name': 'bar',
      'type': 'executable',
      'sources': [ 'main.cc', ],
    },
  ],
}

[ Dauer der Verarbeitung: 0.13 Sekunden  (vorverarbeitet)  ]