Lasso Soft Inc. > Home

[make_compiled]

Linkmake_compiled
AuthorJolle Carlestam
CategoryFile
Version9.x
LicensePublic Domain
Posted14 Jun 2011
Updated14 Jun 2011
More by this author...

Description

Code aimed to run from the CLI. Will batch compile all Lasso 9 files found in the same directory as this file. can be set to use all available processors in parallel.

Sample Usage

Save file as make_compiled.lasso9 to the same directory as the files that you want to compile.
Run this from the command line when inside the directory:
lasso9 ./make_compiled.lasso9 | bash

Source Code

Click the "Download" button below to retrieve a copy of this tag, including the complete documentation and sample usage shown on this page. Place the downloaded ".inc" file in your LassoStartup folder, restart Lasso, and you can begin using this tag immediately.

 {^
	if(loop_value -> endswith('.lasso')) => {^
		#filename = loop_value -> split('.')
		#filename -> removelast
		#filename -> insert(#filesuffix)
		#filename -> join('.')
		' '
	^}
^}

?>

Comments

No comments

Please log in to comment

Subscribe to the LassoTalk mail list

LassoSoft Inc. > Home

 

 

©LassoSoft Inc 2015 | Web Development by Treefrog Inc | PrivacyLegal terms and Shipping | Contact LassoSoft