blob: ecf9de19d1c544b542291627041525af49400f20 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
@echo off
REM This builds all the libraries of the folder for 1 uname
call tecmake %1 %2 %3 %4 %5 %6 %7 %8
call tecmake %1 "MF=iupcd" %2 %3 %4 %5 %6 %7 %8
call tecmake %1 "MF=iupcontrols" %2 %3 %4 %5 %6 %7 %8
call tecmake %1 "MF=iup_pplot" %2 %3 %4 %5 %6 %7 %8
call tecmake %1 "MF=iupgl" %2 %3 %4 %5 %6 %7 %8
call tecmake %1 "MF=iupim" %2 %3 %4 %5 %6 %7 %8
call tecmake %1 "MF=iupimglib" %2 %3 %4 %5 %6 %7 %8
call tecmake %1 "MF=iupole" %2 %3 %4 %5 %6 %7 %8
|