<p>Two commits<br>
part 1 - copied build.win64x64/pharo.cog.spur to build.win32x86/pharo.cog.spur<br>
part 2 - tuned latter to build a stack vm</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/317'>https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/317</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Add pharo.stack.sput, part 1 - direct copy of pharo.cog.spur</li>
  <li>Add pharo.stack.spur, part 2 - modify cog build into stack uild</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/317/files#diff-0">build.win32x86/pharo.stack.spur/Makefile</a>
    (38)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/317/files#diff-1">build.win32x86/pharo.stack.spur/Pharo.def.in</a>
    (3)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/317/files#diff-2">build.win32x86/pharo.stack.spur/Pharo.exe.manifest</a>
    (30)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/317/files#diff-3">build.win32x86/pharo.stack.spur/Pharo.ico</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/317/files#diff-4">build.win32x86/pharo.stack.spur/Pharo.rc</a>
    (32)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/317/files#diff-5">build.win32x86/pharo.stack.spur/mvm</a>
    (34)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/317/files#diff-6">build.win32x86/pharo.stack.spur/plugins.ext</a>
    (9)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/317/files#diff-7">build.win32x86/pharo.stack.spur/plugins.int</a>
    (40)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/317.patch'>https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/317.patch</a></li>
  <li><a href='https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/317.diff'>https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/317.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/317">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AhLyW0chwat1EILMljCna7eE-j1bq0R3ks5u2Qq2gaJpZM4ZGZOM">mute the thread</a>.<img src="https://github.com/notifications/beacon/AhLyW70Lu71aZvDd7FWjmIn90umvZgZKks5u2Qq2gaJpZM4ZGZOM.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/OpenSmalltalk/opensmalltalk-vm","title":"OpenSmalltalk/opensmalltalk-vm","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/OpenSmalltalk/opensmalltalk-vm"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Add stack win32 build (#317)"}],"action":{"name":"View Pull Request","url":"https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/317"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/317",
"url": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/317",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Add stack win32 build (#317)",
"sections": [
{
"text": "",
"activityTitle": "**Ben Coman**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@bencoman",
"facts": [

]
},
{
"title": "Commit Summary",
"facts": [
{
"name": "81c7dec",
"value": "Add pharo.stack.sput, part 1 - direct copy of pharo.cog.spur"
},
{
"name": "baf88a9",
"value": "Add pharo.stack.spur, part 2 - modify cog build into stack uild"
}
]
},
{
"title": "File Changes",
"facts": [
{
"name": "Added",
"value": "[build.win32x86/pharo.stack.spur/Makefile](https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/317/files#diff-0) (38 changes)"
},
{
"name": "Added",
"value": "[build.win32x86/pharo.stack.spur/Pharo.def.in](https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/317/files#diff-1) (3 changes)"
},
{
"name": "Added",
"value": "[build.win32x86/pharo.stack.spur/Pharo.exe.manifest](https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/317/files#diff-2) (30 changes)"
},
{
"name": "Added",
"value": "[build.win32x86/pharo.stack.spur/Pharo.ico](https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/317/files#diff-3) (0 changes)"
},
{
"name": "Added",
"value": "[build.win32x86/pharo.stack.spur/Pharo.rc](https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/317/files#diff-4) (32 changes)"
},
{
"name": "Added",
"value": "[build.win32x86/pharo.stack.spur/mvm](https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/317/files#diff-5) (34 changes)"
},
{
"name": "Added",
"value": "[build.win32x86/pharo.stack.spur/plugins.ext](https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/317/files#diff-6) (9 changes)"
},
{
"name": "Added",
"value": "[build.win32x86/pharo.stack.spur/plugins.int](https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/317/files#diff-7) (40 changes)"
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"OpenSmalltalk/opensmalltalk-vm\",\n\"issueId\": 317,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close pull request",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"PullRequestClose\",\n\"repositoryFullName\": \"OpenSmalltalk/opensmalltalk-vm\",\n\"pullRequestId\": 317\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/317"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/317.patch"
}
],
"@type": "OpenUri",
"name": "View patch"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/317.diff"
}
],
"@type": "OpenUri",
"name": "View diff"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 421106572\n}"
}
],
"themeColor": "26292E"
}
]</script>