Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb5980 commit 0d3b2feCopy full SHA for 0d3b2fe
1 file changed
Tools/freeze/extensions_win32.ini
@@ -52,6 +52,11 @@ dsp=%PYTHONPREFIX%\PCBuild\zlib.dsp
52
cl=/I %PYTHONPREFIX%\..\zlib-1.1.3 /D _WINDOWS /D WIN32
53
libs=%PYTHONPREFIX%\..\zlib-1.1.3\zlib.lib /nodefaultlib:libc
54
55
+[_winreg]
56
+dsp=%PYTHONPREFIX%\PCBuild\winreg.dsp
57
+libs=advapi32.lib
58
+
59
60
;--------------------------------------------------------------
61
;
62
; Win32 Projects.
@@ -164,4 +169,3 @@ Unicode = 1
164
169
dsp=%PYTHONEX%\Pythonwin\win32ui.dsp
165
170
cl=/D _AFXDLL /D FREEZE_WIN32UI /GX /I %PYTHONEX%\win32\src
166
171
libs=mfc42.lib
167
-
0 commit comments