blob: 7df884c6b61e1c5cb2d6bda0a45ecc2271b2a62c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
@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
|