2013-10-16 13:02:15 +00:00
|
|
|
# GYP for "dm" (Diamond Master, a.k.a Dungeon master, a.k.a GM 2).
|
|
|
|
{
|
|
|
|
'includes': [ 'apptype_console.gypi' ],
|
|
|
|
|
|
|
|
'targets': [{
|
|
|
|
'target_name': 'dm',
|
|
|
|
'type': 'executable',
|
2014-02-26 16:31:22 +00:00
|
|
|
'includes': [
|
2014-07-22 17:15:34 +00:00
|
|
|
'dm.gypi',
|
2013-10-16 13:02:15 +00:00
|
|
|
],
|
2014-05-16 18:11:51 +00:00
|
|
|
'conditions': [
|
2014-06-03 20:57:14 +00:00
|
|
|
['skia_android_framework', {
|
2014-06-03 22:38:18 +00:00
|
|
|
'libraries': [ '-lskia' ],
|
2014-06-03 20:57:14 +00:00
|
|
|
}],
|
|
|
|
['skia_poppler_enabled', {
|
|
|
|
'sources': [ '../src/utils/SkPDFRasterizer.cpp' ],
|
|
|
|
'defines': [ 'SK_BUILD_POPPLER' ],
|
|
|
|
'dependencies': [ 'poppler.gyp:*' ],
|
|
|
|
}],
|
2014-05-16 18:11:51 +00:00
|
|
|
],
|
2013-10-16 13:02:15 +00:00
|
|
|
}]
|
|
|
|
}
|