ChristianLa91 / slimdx

Automatically exported from code.google.com/p/slimdx
MIT License
0 stars 0 forks source link

VS2010 project file has wrong location for Matrix3x2 files #779

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Building SlimDX with Visual C++ 2010 Express fails since it cannot find 
..\..\source\direct2d\Matrix3x2.cpp.

The locations of both Matrix3x2.cpp and Matrix3x2.h in the 
vs2010\SlimDX.vcxproj file need to be amended to point to the ..\..\source\math 
directory. It then successfully completes the build of Matrix3x2.cpp.

Original issue reported on code.google.com by quen...@armitage.org.uk on 15 Feb 2011 at 6:22

GoogleCodeExporter commented 9 years ago
Fixed.

Original comment by Mike.Popoloski on 27 Feb 2011 at 2:40