iup-stack/iup/make_uname_lib.bat

7 lines
95 B
Batchfile
Raw Normal View History

2023-02-20 16:44:45 +00:00
@echo off
REM This builds 1 library for 1 uname
cd %1
call make_uname %2 %3 %4 %5 %6 %7
cd ..