~ubuntu-branches/ubuntu/hoary/scilab/hoary

« back to all changes in this revision

Viewing changes to macros/percent/makemacros.bat

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2005-01-09 22:58:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050109225821-473xr8vhgugxxx5j
Tags: 3.0-12
changed configure.in to build scilab's own malloc.o, closes: #255869

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
if EXIST names del names > nul
 
2
echo mode(0);>tmp_Macros
 
3
for %%f in (*.sci) do echo %%~nf>>names
 
4
for %%f in (*.sci) do echo getf('%%f'),save('%%~nf.bin'),clear ;>>tmp_Macros
 
5
echo exit;>>tmp_Macros
 
6
..\..\bin\scilex.exe -ns -nwni -f tmp_Macros
 
7
..\..\bin\scilex.exe -ns -nwni -e percentlib=lib('SCI/macros/percent/');save('SCI/macros/percent/lib',percentlib);exit
 
8
echo percentlib=lib('SCI/macros/percent/');save('SCI/macros/percent/lib',percentlib);exit>genlib
 
9
del tmp_Macros > nul 
 
 
b'\\ No newline at end of file'