2020-09-30 17:12:29 +02:00

13 lines
187 B
Batchfile

@rem
@rem Copy Ole Automation sources to the Mac
@rem
@rem must be run from your local OS/2 box
@rem
rem echo off
setlocal
set path=%tools%\hnt\wings\bin
nmake -f src2mac.mak
endlocal