From: <arj...@us...> - 2014-01-06 09:35:57
|
Revision: 12921 http://sourceforge.net/p/plplot/code/12921 Author: arjenmarkus Date: 2014-01-06 09:35:54 +0000 (Mon, 06 Jan 2014) Log Message: ----------- Updating information on the generation of the Tcl API. Just a minor update Modified Paths: -------------- trunk/bindings/tcl/README.tclAPI Modified: trunk/bindings/tcl/README.tclAPI =================================================================== --- trunk/bindings/tcl/README.tclAPI 2014-01-05 23:04:10 UTC (rev 12920) +++ trunk/bindings/tcl/README.tclAPI 2014-01-06 09:35:54 UTC (rev 12921) @@ -6,10 +6,12 @@ files as a guide. If plapi.tpl has been changed, then the Makefile generates the files tclgen.c, tclgen.h, tclgen_s.h using the command -perl pltclgen +tclsh ${CMAKE_CURRENT_SOURCE_DIR}/pltclgen.tcl ${CMAKE_CURRENT_SOURCE_DIR} -(now tclsh ${CMAKE_CURRENT_SOURCE_DIR}/pltclgen.tcl ${CMAKE_CURRENT_SOURCE_DIR}) - tclAPI.c includes the generated files tclgen.c, tclgen.h, tclgen_s.h where appropriate and also adds additional more complicated API as required to define the overall PLplot API for Tcl. + +Note: For the Itcl interface the perl script plitclgen is used instead: + +perl plitclgen This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |