You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/PyExtTest/PyExtTest.vcxproj
+16-8Lines changed: 16 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -103,13 +103,15 @@
103
103
<SubSystem>Console</SubSystem>
104
104
</Link>
105
105
<PostBuildEvent>
106
-
<Command>echo Copying dbghelp.dll and symsrv.dll locally...
106
+
<Command>echo Copying Windows SDK debugger DLLs to target directory...
107
107
cd $(TargetDir)
108
108
IF NOT EXIST dbgeng.dll copy "$(FrameworkSdkDir)Debuggers\$(PlatformTarget)\dbgeng.dll" .\
109
+
IF NOT EXIST dbgcore.dll copy "$(FrameworkSdkDir)Debuggers\$(PlatformTarget)\dbgcore.dll" .\
109
110
IF NOT EXIST dbghelp.dll copy "$(FrameworkSdkDir)Debuggers\$(PlatformTarget)\dbghelp.dll" .\
111
+
IF NOT EXIST DbgModel.dll copy "$(FrameworkSdkDir)Debuggers\$(PlatformTarget)\DbgModel.dll" .\
110
112
IF NOT EXIST symsrv.dll copy "$(FrameworkSdkDir)Debuggers\$(PlatformTarget)\symsrv.dll" .\
111
113
</Command>
112
-
<Message>Copy dbghelp and symsrv from the Debugging Tools for Windows package since the one that ships in system32 can't download symbols from a remote server.</Message>
114
+
<Message>Copying dbghelp and symsrv from the Debugging Tools for Windows package since the one that ships in system32 can't download symbols from a remote server...</Message>
@@ -126,13 +128,15 @@ IF NOT EXIST symsrv.dll copy "$(FrameworkSdkDir)Debuggers\$(PlatformTarget)\syms
126
128
<SubSystem>Console</SubSystem>
127
129
</Link>
128
130
<PostBuildEvent>
129
-
<Command>echo Copying dbghelp.dll and symsrv.dll locally...
131
+
<Command>echo Copying Windows SDK debugger DLLs to target directory...
130
132
cd $(TargetDir)
131
133
IF NOT EXIST dbgeng.dll copy "$(FrameworkSdkDir)Debuggers\$(PlatformTarget)\dbgeng.dll" .\
134
+
IF NOT EXIST dbgcore.dll copy "$(FrameworkSdkDir)Debuggers\$(PlatformTarget)\dbgcore.dll" .\
132
135
IF NOT EXIST dbghelp.dll copy "$(FrameworkSdkDir)Debuggers\$(PlatformTarget)\dbghelp.dll" .\
136
+
IF NOT EXIST DbgModel.dll copy "$(FrameworkSdkDir)Debuggers\$(PlatformTarget)\DbgModel.dll" .\
133
137
IF NOT EXIST symsrv.dll copy "$(FrameworkSdkDir)Debuggers\$(PlatformTarget)\symsrv.dll" .\
134
138
</Command>
135
-
<Message>Copy dbghelp and symsrv from the Debugging Tools for Windows package since the one that ships in system32 can't download symbols from a remote server.</Message>
139
+
<Message>Copying dbghelp and symsrv from the Debugging Tools for Windows package since the one that ships in system32 can't download symbols from a remote server...</Message>
@@ -153,13 +157,15 @@ IF NOT EXIST symsrv.dll copy "$(FrameworkSdkDir)Debuggers\$(PlatformTarget)\syms
153
157
<SubSystem>Console</SubSystem>
154
158
</Link>
155
159
<PostBuildEvent>
156
-
<Command>echo Copying dbghelp.dll and symsrv.dll locally...
160
+
<Command>echo Copying Windows SDK debugger DLLs to target directory...
157
161
cd $(TargetDir)
158
162
IF NOT EXIST dbgeng.dll copy "$(FrameworkSdkDir)Debuggers\$(PlatformTarget)\dbgeng.dll" .\
163
+
IF NOT EXIST dbgcore.dll copy "$(FrameworkSdkDir)Debuggers\$(PlatformTarget)\dbgcore.dll" .\
159
164
IF NOT EXIST dbghelp.dll copy "$(FrameworkSdkDir)Debuggers\$(PlatformTarget)\dbghelp.dll" .\
165
+
IF NOT EXIST DbgModel.dll copy "$(FrameworkSdkDir)Debuggers\$(PlatformTarget)\DbgModel.dll" .\
160
166
IF NOT EXIST symsrv.dll copy "$(FrameworkSdkDir)Debuggers\$(PlatformTarget)\symsrv.dll" .\
161
167
</Command>
162
-
<Message>Copy dbghelp and symsrv from the Debugging Tools for Windows package since the one that ships in system32 can't download symbols from a remote server.</Message>
168
+
<Message>Copying dbghelp and symsrv from the Debugging Tools for Windows package since the one that ships in system32 can't download symbols from a remote server...</Message>
@@ -180,13 +186,15 @@ IF NOT EXIST symsrv.dll copy "$(FrameworkSdkDir)Debuggers\$(PlatformTarget)\syms
180
186
<SubSystem>Console</SubSystem>
181
187
</Link>
182
188
<PostBuildEvent>
183
-
<Command>echo Copying dbghelp.dll and symsrv.dll locally...
189
+
<Command>echo Copying Windows SDK debugger DLLs to target directory...
184
190
cd $(TargetDir)
185
191
IF NOT EXIST dbgeng.dll copy "$(FrameworkSdkDir)Debuggers\$(PlatformTarget)\dbgeng.dll" .\
192
+
IF NOT EXIST dbgcore.dll copy "$(FrameworkSdkDir)Debuggers\$(PlatformTarget)\dbgcore.dll" .\
186
193
IF NOT EXIST dbghelp.dll copy "$(FrameworkSdkDir)Debuggers\$(PlatformTarget)\dbghelp.dll" .\
194
+
IF NOT EXIST DbgModel.dll copy "$(FrameworkSdkDir)Debuggers\$(PlatformTarget)\DbgModel.dll" .\
187
195
IF NOT EXIST symsrv.dll copy "$(FrameworkSdkDir)Debuggers\$(PlatformTarget)\symsrv.dll" .\
188
196
</Command>
189
-
<Message>Copy dbghelp and symsrv from the Debugging Tools for Windows package since the one that ships in system32 can't download symbols from a remote server.</Message>
197
+
<Message>Copying dbghelp and symsrv from the Debugging Tools for Windows package since the one that ships in system32 can't download symbols from a remote server...</Message>
0 commit comments