ChrisPei / gyp

Automatically exported from code.google.com/p/gyp
0 stars 0 forks source link

Wiki Example #277

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
A small typo does not permit to create our first gyp file correctly.

'conditions': [
    ['OS==mac', {'sources!': ['win_util.cc']}],
  ],

instead of

OS=="mac"

my 2 cents

Original issue reported on code.google.com by yann.ste...@gmail.com on 25 Jun 2012 at 3:04

GoogleCodeExporter commented 9 years ago
I forgot the link :)

http://code.google.com/p/gyp/wiki/GypLanguageSpecification#Generated_Visual_Stud
io_.sln_Files

Original comment by yann.ste...@gmail.com on 25 Jun 2012 at 3:12