Ticket #3000 (closed: fixed)
Building with nmake fails on copying bundled python files
Reported by: | Russell Taylor | Owned by: | Russell Taylor |
---|---|---|---|
Priority: | minor | Milestone: | Iteration 29 |
Component: | Python | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Martyn Gigg |
Description
Reported by Ruth Mikkelson. It's because nmake doesn't use CMAKE_CFG_INTDIR.
Change History
comment:3 Changed 9 years ago by Russell Taylor
- Status changed from accepted to verify
- Resolution set to fixed
Is there a prize for being #3000 :)
comment:4 Changed 9 years ago by Martyn Gigg
- Status changed from verify to verifying
- Tester set to Martyn Gigg
Note: See
TracTickets for help on using
tickets.
(In [11365]) Make sure copying the python executable and library works for nmake builds. Re #3000.