Ticket #385 (closed feature: fixed)
building for windows users
| Reported by: | tschaub | Owned by: | sderle |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.3 Release |
| Component: | general | Version: | 2.3 RC1 |
| Keywords: | Cc: | ||
| State: |
Description
Think this ticket is captured elsewhere, but I couldn't identify exactly where. I know the real solution is to have a pure python build script, but to satisfy any windows users in the meantime, I've put together a quick batch script. This requires one simple change to tools/mergejs.py.
The mergejs.py change might make sense to incorporate anyway. I didn't take time to track it down, but it seems that toposort produces some / delimited paths. In any case, everything works if you treat all paths as / delimited - including in the cfg file.
Since I've been a little patch happy lately, I thought I'd hold off. If anybody is interested in the changes, they're in r1747.
In addition to the one line addition in mergejs.py, I've replaced a few tabs with spaces.
No guarantees, but works for me.

