swc-installation-test-2.py: Add exe_extension for MS Windows compat.
authorW. Trevor King <wking@tremily.us>
Sun, 30 Dec 2012 16:35:03 +0000 (11:35 -0500)
committerW. Trevor King <wking@tremily.us>
Tue, 1 Jan 2013 14:49:46 +0000 (09:49 -0500)
commit2c66d15bdce1985b64ef11d9bf4628b6f54f58d5
tree06904f15de27b2742ef638aba868112caf482af7
parent2586d2b7dd6b79164cdadd0f92dba0412082bbbe
swc-installation-test-2.py: Add exe_extension for MS Windows compat.

Use distutils' new_compiler() to get the appropriate exe_extension for
the user's system.  This way command names can always be specified in
their bare form, and we'll automatically add the right executable
extension for other platforms.
swc-installation-test-2.py