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

« back to all changes in this revision

Viewing changes to macros/m2sci/Makesubdirs.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
@echo off
 
2
REM Makesubdirs.bat all
 
3
 
 
4
cd kernel
 
5
echo Macros compilation m2sci/kernel
 
6
nmake /C /f Makefile.mak %1 
 
7
cd ..
 
8
 
 
9
cd percent
 
10
echo Macros compilation m2sci/percent
 
11
nmake /C /f Makefile.mak %1 
 
12
cd ..
 
13
 
 
14
cd sci_files
 
15
echo Macros compilation m2sci/sci_files
 
16
nmake /C /f Makefile.mak %1 
 
17
cd ..
 
18
 
 
19
cd ..