<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-bitbucket.git/msvc-build-launcher.cmd, branch patch1</title>
<subtitle>bitbucket.org: Obsolete (use python-setuptools-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/'/>
<entry>
<title>Capture the need to update cli.exe and gui.exe</title>
<updated>2013-05-19T06:20:54+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2013-05-19T06:20:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=1b9d259d28eba5c0d3131d9edeab9c7392f1e92d'/>
<id>1b9d259d28eba5c0d3131d9edeab9c7392f1e92d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use x64 cross tools for building 64-bit launcher. I'm suspicious the only impact this will have is to enable building 64-bit launcher on 32-bit hosts. Also rebuilt launchers.</title>
<updated>2013-05-09T14:23:44+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2013-05-09T14:23:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=9579824331379abcab84bc91c2e26efcc644b2f5'/>
<id>9579824331379abcab84bc91c2e26efcc644b2f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update comment to clarify why 'Visual Studio' is referenced for the SDK.</title>
<updated>2013-05-09T14:04:17+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2013-05-09T14:04:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=691c4020a54dc47e1ff9bab23ad15202b0a22117'/>
<id>691c4020a54dc47e1ff9bab23ad15202b0a22117</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adapted msvc-build-launcher to use the SDK, which is freely available and will target x64.</title>
<updated>2013-05-08T18:31:29+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2013-05-08T18:31:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=638a9810d314ac58f31ed5097b1deb97af0df674'/>
<id>638a9810d314ac58f31ed5097b1deb97af0df674</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added comment about Visual Studio 2008 Express and 64-bit compilation.</title>
<updated>2013-05-07T21:44:35+00:00</updated>
<author>
<name>Grigory Petrov</name>
<email>grigory.v.p@gmail.com</email>
</author>
<published>2013-05-07T21:44:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=43b5b239343878c226311faa5c30847999823ad2'/>
<id>43b5b239343878c226311faa5c30847999823ad2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed a (probably) bug with GUI windows launcher actually being</title>
<updated>2013-05-07T21:00:00+00:00</updated>
<author>
<name>Grigory Petrov</name>
<email>grigory.v.p@gmail.com</email>
</author>
<published>2013-05-07T21:00:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=1d2487f58f4372466600b5f3c5845b65e3ebb4fd'/>
<id>1d2487f58f4372466600b5f3c5845b65e3ebb4fd</id>
<content type='text'>
compiled as CONSOLE windows application. The "GUI=0" and "GUI=1" is
a compiler definition that affects how compiled code will work
(.py or .pyw file to launch etc). But executable type is defined by a linker
and can be changed only via /SUBSYSTEM command-line key.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
compiled as CONSOLE windows application. The "GUI=0" and "GUI=1" is
a compiler definition that affects how compiled code will work
(.py or .pyw file to launch etc). But executable type is defined by a linker
and can be changed only via /SUBSYSTEM command-line key.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added Windows 8 RT ARM build.</title>
<updated>2013-05-07T20:54:52+00:00</updated>
<author>
<name>Grigory Petrov</name>
<email>grigory.v.p@gmail.com</email>
</author>
<published>2013-05-07T20:54:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=e184a9db3167243b269aaa7349d0edab46d2f997'/>
<id>e184a9db3167243b269aaa7349d0edab46d2f997</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactoring before introducing Windows RT ARM build.</title>
<updated>2013-05-07T20:51:13+00:00</updated>
<author>
<name>Grigory Petrov</name>
<email>grigory.v.p@gmail.com</email>
</author>
<published>2013-05-07T20:51:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=513c87555fe82103a07cb8e5427ae308899b1b8c'/>
<id>513c87555fe82103a07cb8e5427ae308899b1b8c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix script launcher creation on 64-bit Windows, patch by Jason R. Coombs (http://bugs.python.org/setuptools/issue2)</title>
<updated>2009-09-25T19:01:27+00:00</updated>
<author>
<name>agronholm</name>
<email>devnull@localhost</email>
</author>
<published>2009-09-25T19:01:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=6970c436dada5e70b212e534560422d65e0e63c1'/>
<id>6970c436dada5e70b212e534560422d65e0e63c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
