[SERVER-7576] Make Visual Studio builds require Python, and run Python scripts Created: 07/Nov/12 Updated: 26/Oct/15 Resolved: 07/Nov/12 |
|
| Status: | Closed |
| Project: | Core Server |
| Component/s: | Build |
| Affects Version/s: | 2.3.0 |
| Fix Version/s: | 2.3.1 |
| Type: | Task | Priority: | Major - P3 |
| Reporter: | Tad Marshall | Assignee: | Tad Marshall |
| Resolution: | Done | Votes: | 0 |
| Labels: | Windows | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Windows |
||
| Issue Links: |
|
||||||||
| Participants: | |||||||||
| Description |
|
Some Python-based build steps have been added to the scons build to create source and header files. Porting these Python scripts to JScript for the Visual Studio builds is time-consuming and potentially error prone. It would be better to simply require that Python be installed (and on the PATH) for building the executables in Visual Studio. Change the Visual Studio project files to run the Python scripts directly so that the same code is running in scons and in Visual Studio. |
| Comments |
| Comment by auto [ 07/Nov/12 ] |
|
Author: {u'date': u'2012-11-07T13:03:55Z', u'name': u'Tad Marshall', u'email': u'tad@10gen.com'}Message: This commit makes the Visual Studio builds require Python to be installed. Add Pre-Build Events to Visual Studio projects to run the same Python |