From: <ai...@us...> - 2013-11-22 18:57:34
|
Revision: 12741 http://sourceforge.net/p/plplot/code/12741 Author: airwin Date: 2013-11-22 18:57:31 +0000 (Fri, 22 Nov 2013) Log Message: ----------- Enable -dev ntk by default. Thanks to Arjen's recent changes it works fine for me on Linux, and Arjen reports it also works well on Cygwin, and Windows. Tested by Alan W. Irwin <ai...@us...> on Linux using the test_c_ntk target. Modified Paths: -------------- trunk/cmake/modules/drivers-init.cmake Modified: trunk/cmake/modules/drivers-init.cmake =================================================================== --- trunk/cmake/modules/drivers-init.cmake 2013-11-22 18:42:58 UTC (rev 12740) +++ trunk/cmake/modules/drivers-init.cmake 2013-11-22 18:57:31 UTC (rev 12741) @@ -190,7 +190,7 @@ #"ljii:ljii:OFF:F:OFF" #"ljiip:ljiip:OFF:F:OFF" "mem:mem:ON:M:OFF" - "ntk:ntk:OFF:I:OFF" + "ntk:ntk:ON:I:OFF" "null:null:ON:N:OFF" # The pbm device is primitive (e.g., Hershey fonts, software fills, # no alpha transparency) and poorly maintained (the double free for This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |