Re: [brlcad-devel] [brlcad-commits] SF.net SVN: brlcad:[49919] brlcad/trunk/src
Open Source Solid Modeling CAD
Brought to you by:
brlcad
|
From: brlcad <br...@ma...> - 2012-04-05 15:00:27
|
Tom, Keep in mind that the autotools build should still "succeed" until it has gone through our full deprecation process and can be removed. That means that "make" and "make distcheck" should complete without dumping an error. Disabling code (adding it to EXTRA_DIST) is a viable interim solution, though the migration you made should just be a minor edit to the src/Makefile.am file (and maybe configure.ac). Cheers! Sean On Apr 05, 2012, at 10:27 AM, tbr...@us... wrote: Revision: 49919 http://brlcad.svn.sourceforge.net/brlcad/?rev=49919&view=rev Author: tbrowder2 Date: 2012-04-05 14:27:57 +0000 (Thu, 05 Apr 2012) Log Message: ----------- moved vdeck GIFT converion tool under conv dir where it belongs, tested a cmake out of src dir build okay (bin and man page); added ComGeom details to Formats.csv Modified Paths: -------------- brlcad/trunk/src/CMakeLists.txt brlcad/trunk/src/README brlcad/trunk/src/conv/CMakeLists.txt brlcad/trunk/src/conv/Formats.csv Added Paths: ----------- brlcad/trunk/src/conv/vdeck/ Removed Paths: ------------- brlcad/trunk/src/vdeck/ |