]> git.mxchange.org Git - simgear.git/commitdiff
Compile under MSVC 9
authorFrederic Bouvier <fredfgfs01@free.fr>
Sun, 25 Mar 2012 12:12:04 +0000 (14:12 +0200)
committerFrederic Bouvier <fredfgfs01@free.fr>
Sun, 25 Mar 2012 12:14:12 +0000 (14:14 +0200)
projects/VC90/SimGear.vcproj
simgear/scene/bvh/BVHLineSegmentVisitor.cxx

index 26b7e8741215e5359ac321b4b819089420c9b3ea..cbd98715514029196c6b5b48b9188e238a5fd86d 100644 (file)
                                RelativePath="..\..\simgear\math\sg_types.hxx"\r
                                >\r
                        </File>\r
-                       <File\r
-                               RelativePath="..\..\simgear\math\SGGeod.cxx"\r
-                               >\r
-                       </File>\r
                        <File\r
                                RelativePath="..\..\simgear\math\SGGeodesy.cxx"\r
                                >\r
                                RelativePath="..\..\simgear\scene\tgdb\SGReaderWriterBTG.hxx"\r
                                >\r
                        </File>\r
+                       <File\r
+                               RelativePath="..\..\simgear\scene\tgdb\SGTexturedTriangleBin.hxx"\r
+                               >\r
+                       </File>\r
                        <File\r
                                RelativePath="..\..\simgear\scene\tgdb\SGVasiDrawable.cxx"\r
                                >\r
                                RelativePath="..\..\simgear\scene\util\SGNodeMasks.hxx"\r
                                >\r
                        </File>\r
+                       <File\r
+                               RelativePath="..\..\simgear\scene\util\SGReaderWriterOptions.cxx"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath="..\..\simgear\scene\util\SGReaderWriterOptions.hxx"\r
+                               >\r
+                       </File>\r
                        <File\r
                                RelativePath="..\..\simgear\scene\util\SGSceneFeatures.cxx"\r
                                >\r
index a7a4b89308555b0634090bb87d8ffd4434f05e71..035cad7c3fa74593988da5e6560ef62cb539e0ce 100644 (file)
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
 #include <simgear/math/SGMath.hxx>
 #include "BVHLineSegmentVisitor.hxx"