Message248

Author jaraco
Recipients asmodai, droolz, jaraco, pje
Date 2009-02-26.00:18:46
Content
Here's a patch that enables building the gui and cli.exe files on Visual Studio
2008.  I found that if I used the WinMain entry point, another command-window
would open during the spawnv, so I updated the entry point.  This may cause
problems with gui.exe which I have not tested.

The added batch file "msvc-build-launcher.cmd" will compile 32- and 64-bit
versions of each executable.

I'll be attaching the files I built.  They're more than 10x the size of the
other files, so any suggestions on making them smaller would be appreciated.
Files
File name Uploaded
64bitlauncher.patch jaraco, 2009-02-26.00:18:47
History
Date User Action Args
2009-02-26 00:18:47jaracosetmessageid: <1235607527.57.0.811516629305.issue2@psf.upfronthosting.co.za>
2009-02-26 00:18:47jaracosetrecipients: + jaraco, asmodai, pje, droolz
2009-02-26 00:18:47jaracolinkissue2 messages
2009-02-26 00:18:47jaracocreate