We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fc53e0 commit 36fdbb5Copy full SHA for 36fdbb5
banner.bmp
83.9 KB
dlgbmp.bmp
451 KB
libcdoc.wxs
@@ -79,15 +79,15 @@
79
80
<ComponentGroup Id="LibrariesDev" Source="$(var.libcdoc)">
81
<Files Include="*.pdb" />
82
- <File Name="libcdoc.dll" />
83
- <File Name="libcdoc.lib" />
84
- <File Name="libcdocd.dll" />
85
- <File Name="libcdocd.lib" />
+ <File Name="cdoc.dll" />
+ <File Name="cdoc.lib" />
+ <File Name="cdocd.dll" />
+ <File Name="cdocd.lib" />
86
<?ifdef var.swig ?>
87
- <File Name="libcdoc_csharpd.dll" />
88
- <File Name="libcdoc_javad.dll" />
+ <File Name="cdoc_csharpd.dll" />
+ <File Name="cdoc_javad.dll" />
89
<?ifdef var.python ?>
90
- <File Name="_libcdoc_pythond.pyd" />
+ <File Name="_cdoc_pythond.pyd" />
91
<?endif?>
92
93
</ComponentGroup>
0 commit comments