Skip to content

Commit 9b648e4

Browse files
authored
Merge pull request #71 from compnerd/Yams5
Windows: drop `CYaml.dll`
2 parents ed8c508 + 7a6bc91 commit 9b648e4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

platforms/Windows/toolchain.wxs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@
219219
<File Id="TSC_UTILITY_DLL" Source="$(var.DEVTOOLS_ROOT)\usr\bin\TSCUtility.dll" Checksum="yes" />
220220

221221
<!-- Yams -->
222-
<File Id="CYAML_DLL" Source="$(var.DEVTOOLS_ROOT)\usr\bin\CYaml.dll" Checksum="yes" />
223222
<File Id="YAMS_DLL" Source="$(var.DEVTOOLS_ROOT)\usr\bin\Yams.dll" Checksum="yes" />
224223
</Component>
225224

@@ -301,7 +300,6 @@
301300
<File Id="TSC_UTILITY_PDB" Source="$(var.DEVTOOLS_ROOT)\usr\bin\TSCUtility.pdb" Checksum="yes" DiskId="11" />
302301

303302
<!-- Yams -->
304-
<File Id="CYAML_PDB" Source="$(var.DEVTOOLS_ROOT)\usr\bin\CYaml.pdb" Checksum="yes" DiskId="12" />
305303
<File Id="YAMS_PDB" Source="$(var.DEVTOOLS_ROOT)\usr\bin\Yams.pdb" Checksum="yes" DiskId="12" />
306304
</Component>
307305
<?endif?>

0 commit comments

Comments
 (0)