| Index: windows_targets.gypi
|
| diff --git a/windows_targets.gypi b/windows_targets.gypi
|
| index 50941858bc2834f7fadd1701101b04c557c12694..bffc4dfc6cacdf0bdd73955c55baa0834e0423ad 100644
|
| --- a/windows_targets.gypi
|
| +++ b/windows_targets.gypi
|
| @@ -14,11 +14,11 @@
|
| 'configurations': {
|
|
|
| 'ReleaseIA32': {
|
| - 'inherit_from': [ 'fletch_base', 'fletch_release', 'fletch_ia32'],
|
| + 'inherit_from': [ 'dartino_base', 'dartino_release', 'dartino_ia32'],
|
| },
|
|
|
| 'DebugIA32': {
|
| - 'inherit_from': [ 'fletch_base', 'fletch_debug', 'fletch_ia32'],
|
| + 'inherit_from': [ 'dartino_base', 'dartino_debug', 'dartino_ia32'],
|
| },
|
| },
|
| },
|
|
|