view ibmscripts/lib @ 4:bebb2ba69e1d

maybe help with getting tex to fail properly on error
author David A. Holland
date Sat, 18 Apr 2020 17:12:17 -0400
parents 13d2b8934445
children
line wrap: on
line source

#!/bin/sh
# lib - wrap the IBM librarian
# usage: lib output.lib *.obj

OUTPUT="$1"
shift

WINEPATH='I:\\ibmcppw\\bin'
export WINEPATH

# /nol suppresses the copyright banner

wine 'I:\\ibmcppw\\bin\\ilib.exe' /noe /nol /out:"$OUTPUT" "$@"