chrisloechli / voiceid

Automatically exported from code.google.com/p/voiceid
0 stars 0 forks source link

[PATCH */2] Windows build fixes #19

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Use attached patches. Summary:

#1
* Generate .cmd wrappers during distutils' install_scripts phase
* Substitute ";" with "&&" which works in both cmd.exe and bash/sh

#2
* Switch to distutils.command.install_scripts.install_scripts.make_file,
  which handles timestamp checking
* Switch to distutils.file_util.write_file
* Fix: Add .cmd wrapper scripts to the intalled-files.txt manifest

Original issue reported on code.google.com by OrbisVi...@gmail.com on 11 Dec 2013 at 10:39

Attachments: