~ubuntu-branches/debian/jessie/rtai/jessie

« back to all changes in this revision

Viewing changes to rtai-lab/scilab/macros/RTAI/RT_templates/standalone.cmd

  • Committer: Bazaar Package Importer
  • Author(s): Roland Stigge
  • Date: 2009-07-04 11:47:08 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090704114708-0ivbkccfaawz2pby
Tags: 3.7.1-1
* New upstream release
* debian/control: Standards-Version: 3.8.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[CCode,FCode]=gen_blocks()
2
 
Code=make_standalone42();
3
 
files=write_code(Code,CCode,FCode);
4
 
write_act_sens()
 
2
[Code,Code_common]=make_standalone42();
 
3
files=write_code(Code,CCode,FCode,Code_common);
5
4
Makename=rt_gen_make(rdnom,files,archname);
6
5
ok=compile_standalone();
7
 
dynflag=%f