summaryrefslogtreecommitdiff
path: root/iup/make_uname_lib.bat
blob: f155f22054226402e283feb77417959687888399 (plain)
1
2
3
4
5
6
@echo off
REM This builds 1 library for 1 uname

cd %1
call make_uname %2 %3 %4 %5 %6 %7
cd ..