Skip to content

Commit 6e6e602

Browse files
committed
Update msvc project.
1 parent 8a8527e commit 6e6e602

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ext/vc/libxml_ruby/libxml_ruby.vcxproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@
194194
<ClCompile Include="..\..\libxml\ruby_xml_attr.c" />
195195
<ClCompile Include="..\..\libxml\ruby_xml_attr_decl.c" />
196196
<ClCompile Include="..\..\libxml\ruby_xml_attributes.c" />
197-
<ClCompile Include="..\..\libxml\ruby_xml_cbg.c" />
198197
<ClCompile Include="..\..\libxml\ruby_xml_document.c" />
199198
<ClCompile Include="..\..\libxml\ruby_xml_dtd.c" />
200199
<ClCompile Include="..\..\libxml\ruby_xml_encoding.c" />
@@ -211,6 +210,7 @@
211210
<ClCompile Include="..\..\libxml\ruby_xml_parser_context.c" />
212211
<ClCompile Include="..\..\libxml\ruby_xml_parser_options.c" />
213212
<ClCompile Include="..\..\libxml\ruby_xml_reader.c" />
213+
<ClCompile Include="..\..\libxml\ruby_xml_registry.c" />
214214
<ClCompile Include="..\..\libxml\ruby_xml_relaxng.c" />
215215
<ClCompile Include="..\..\libxml\ruby_xml_sax2_handler.c" />
216216
<ClCompile Include="..\..\libxml\ruby_xml_sax_parser.c" />
@@ -248,6 +248,7 @@
248248
<ClInclude Include="..\..\libxml\ruby_xml_parser_context.h" />
249249
<ClInclude Include="..\..\libxml\ruby_xml_parser_options.h" />
250250
<ClInclude Include="..\..\libxml\ruby_xml_reader.h" />
251+
<ClInclude Include="..\..\libxml\ruby_xml_registry.h" />
251252
<ClInclude Include="..\..\libxml\ruby_xml_relaxng.h" />
252253
<ClInclude Include="..\..\libxml\ruby_xml_sax2_handler.h" />
253254
<ClInclude Include="..\..\libxml\ruby_xml_sax_parser.h" />

0 commit comments

Comments
 (0)