pombreda / libkml

Automatically exported from code.google.com/p/libkml
Other
0 stars 0 forks source link

files missing from .vcproj #180

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In order to successfully run against the SVN trunk built under visual studio, I 
had to add the following source files to the build:

add to libkmmldom:
xal.cc
gx_tour.cc
gx_timeprimitive.cc

add to libkmlbase:
zip_file.cc
uri_parser.cc
xml_namespaces.cc

libkmlengine:
kml_uri.cc
id_mapper.cc
find_xml_namespaces.cc

Original issue reported on code.google.com by samleven...@gmail.com on 17 May 2012 at 6:24