| The arguments should be target, source, action. What is the intended action?
Comparing this target to the other platforms, I think the intention is to build the cseditor application, in which case it should be Program(), not Command().
Regards,
Mike
-----Original Message-----
>From: jpff
>Sent: Aug 12, 2007 11:34 AM
>To: csound-devel@lists.sourceforge.net
>Subject: [Cs-dev] Is this an error?
>
>Line 1692 on SConstruct says
> csEditor = csEditorEnvironment.Command('cseditor', 'frontends/cseditor/cseditor.cxx')
>but Command needs 3 arguments. Should it read
> csEditor = csEditorEnvironment.Command( '%s/cseditor' % appDir, 'cseditor', 'frontends/cseditor/cseditor.cxx')
>
>??
>==John ffitch
>
>-------------------------------------------------------------------------
>This SF.net email is sponsored by: Splunk Inc.
>Still grepping through log files to find problems? Stop.
>Now Search log events and configuration files using AJAX and a browser.
>Download your FREE copy of Splunk now >> http://get.splunk.com/
>_______________________________________________
>Csound-devel mailing list
>Csound-devel@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/csound-devel
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net |