Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
db7b443d
Commit
db7b443d
authored
Aug 04, 2006
by
Thomas Heller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix #1534738: win32 debug version of _msi must be _msi_d.pyd, not _msi.pyd.
Fix the name of the pdb file as well.
parent
17984895
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
Misc/NEWS
Misc/NEWS
+2
-0
PCbuild/_msi.vcproj
PCbuild/_msi.vcproj
+2
-2
No files found.
Misc/NEWS
View file @
db7b443d
...
...
@@ -48,6 +48,8 @@ Tests
Build
-----
- Bug #1534738, win32 debug version of _msi should be _msi_d.pyd.
- Bug #1530448, ctypes buld failure on Solaris 10 was fixed.
...
...
PCbuild/_msi.vcproj
View file @
db7b443d
...
...
@@ -36,11 +36,11 @@
<Tool
Name=
"VCLinkerTool"
AdditionalDependencies=
"fci.lib msi.lib rpcrt4.lib"
OutputFile=
"./_msi.pyd"
OutputFile=
"./_msi
_d
.pyd"
LinkIncremental=
"1"
SuppressStartupBanner=
"TRUE"
GenerateDebugInformation=
"TRUE"
ProgramDatabaseFile=
".\./_msi.pdb"
ProgramDatabaseFile=
".\./_msi
_d
.pdb"
BaseAddress=
"0x1D160000"
ImportLibrary=
".\./_msi.lib"
TargetMachine=
"1"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment