5 lines
102 B
Batchfile
5 lines
102 B
Batchfile
|
@echo off
|
||
|
REM This builds all the libraries of the folder for 1 uname
|
||
|
|
||
|
call tecmake %1 %2 %3 %4 %5 %6
|