summaryrefslogtreecommitdiff
path: root/cgal.pri
AgeCommit message (Collapse)Author
2013-07-28In this commit i'll change just the Qt project, c and header files to get ↵Ivo Noorhoff
OpenSCAD building and working on Windows 7 compiled with Visual Studio Express 2012. A couple of things needed changing : * MSVC 2012 has no trunc or round, i have added those to mathc99 and included mathc99 to the files needed. The implementations were taken from boost. * MSVC 2012 stl does now allow accessing out of bounds elements in std:vector as an array, so "chain->objects[i]" will fail in "OpenCSGRenderer::renderCSGChain". Whatever the platform, it will me a good idea to change this code to something that does not trigger undefined behavior. * MSVC 2012 cannot figure out the types involved in "if (file_size == 80 + 4 + 50*facenum) {", i have added a cast to force it to "if (file_size == static_cast<std::streamoff>(80 + 4 + 50*facenum)) {". The next round would be regression testing and debugging and possibly more changes to the OpenSCAD main code. The round after that would be changing the .pro and .pri files to create correct visual studio solutions.
2013-05-27windows - library path find, also windows build fixesDon Bright
2012-07-20initial steps towards support of clang compilerdon bright
2011-12-15Some more build system cleaningMarius Kintel
2011-12-15generalized MACOSX_DEPLOY_DIR into the platform-independent OPENSCAD_LIBRARIESMarius Kintel
2011-10-26integrate Brad Pitcher's cross compile linux->win32-mingw qmake stuffDon Bright
2011-10-22fix no-rounding-math flag for windows G++ build in cgal.pridon
2011-10-16FIXME for reenabling -frounding-math for WindowsMarius Kintel
2011-10-10enable build of cgalpngtest under windowsXPdon bright
2011-06-05Windows build fixes from Kliment YanevMarius Kintel
2011-04-06Readded -lmpfr for UnixMarius Kintel
2011-04-06Small steps towards making this buildable on VS2008Marius Kintel
2011-01-24update build filesmeta
2011-01-21update qmake file for visual C++ buildsmeta
2010-05-10Use DEPLOYDIR independant of deploy configkintel
git-svn-id: http://svn.clifford.at/openscad/trunk@542 b57f626f-c46c-0410-a088-ec61d464b74c
2010-05-07Improved Mac OS X deployment - hopefully this doesn't break builds on other ↵kintel
platforms git-svn-id: http://svn.clifford.at/openscad/trunk@529 b57f626f-c46c-0410-a088-ec61d464b74c
2010-03-31Minor build system fixeskintel
git-svn-id: http://svn.clifford.at/openscad/trunk@492 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-30resource and build system updatekintel
git-svn-id: http://svn.clifford.at/openscad/trunk@366 b57f626f-c46c-0410-a088-ec61d464b74c
contact: Jan Huwald // Impressum