comparison deploy/win32/easyhg.wxs @ 692:a74515f1c6e8

Inching forward with win32 packaging
author Chris Cannam
date Mon, 10 Dec 2018 14:45:17 +0000
parents bfafe078df9a
children b939bdac0643
comparison
equal deleted inserted replaced
691:5b3bcb2d0943 692:a74515f1c6e8
295 DiskId="1" 295 DiskId="1"
296 Source="lib\unicodedata.pyd"/> 296 Source="lib\unicodedata.pyd"/>
297 </Component> 297 </Component>
298 </Directory> 298 </Directory>
299 299
300 <Component 300 <Directory Id="PyQt" Name="PyQt5">
301 Id="sip" 301 <Component
302 Guid="DCCE0979-A0A6-475D-B6CD-3173740593F9"> 302 Id="pyqtlibs"
303 <File 303 Guid="0fc219f4-1493-402c-b740-50539eeb7762">
304 Id="sip" 304 <File
305 Name="sip.pyd" 305 Id="pyqtinit"
306 DiskId="1" 306 Name="__init__.py"
307 Source="sip.pyd" /> 307 DiskId="1"
308 </Component> 308 Source="PyQt5\__init__.py"
309 KeyPath="yes" />
310 <File
311 Id="pyqtcore"
312 Name="QtCore.pyd"
313 DiskId="1"
314 Source="PyQt5\QtCore.pyd" />
315 <File
316 Id="pyqtgui"
317 Name="QtGui.pyd"
318 DiskId="1"
319 Source="PyQt5\QtGui.pyd" />
320 <File
321 Id="pyqtwidgets"
322 Name="QtWidgets.pyd"
323 DiskId="1"
324 Source="PyQt5\QtWidgets.pyd" />
325 <File
326 Id="sip"
327 Name="sip.pyd"
328 DiskId="1"
329 Source="PyQt5\sip.pyd" />
330 </Component>
331 </Directory>
309 332
310 <Component 333 <Component
311 Id="kdiff3" 334 Id="kdiff3"
312 Guid="6BA0CB20-F426-42AB-A95A-615A4FF87752"> 335 Guid="6BA0CB20-F426-42AB-A95A-615A4FF87752">
313 <File 336 <File
393 <ComponentRef Id="MainExecutable"/> 416 <ComponentRef Id="MainExecutable"/>
394 <ComponentRef Id="VCLIBS140"/> 417 <ComponentRef Id="VCLIBS140"/>
395 <ComponentRef Id="VCLIBS90"/> 418 <ComponentRef Id="VCLIBS90"/>
396 <ComponentRef Id="HelperScripts"/> 419 <ComponentRef Id="HelperScripts"/>
397 <ComponentRef Id="Qt5"/> 420 <ComponentRef Id="Qt5"/>
421 <ComponentRef Id="pyqtlibs"/>
398 <ComponentRef Id="hgexec"/> 422 <ComponentRef Id="hgexec"/>
399 <ComponentRef Id="hglibs"/> 423 <ComponentRef Id="hglibs"/>
400 <ComponentRef Id="sip"/>
401 <ComponentRef Id="crypto"/> 424 <ComponentRef Id="crypto"/>
402 <ComponentRef Id="cryptocipher"/> 425 <ComponentRef Id="cryptocipher"/>
403 <ComponentRef Id="cryptoutil"/> 426 <ComponentRef Id="cryptoutil"/>
404 <ComponentRef Id="kdiff3"/> 427 <ComponentRef Id="kdiff3"/>
405 <ComponentRef Id="ProgramMenuDir"/> 428 <ComponentRef Id="ProgramMenuDir"/>