diff options
Diffstat (limited to 'private/oleauto/sample/dispcalc/src2mac.cmd')
-rw-r--r-- | private/oleauto/sample/dispcalc/src2mac.cmd | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/private/oleauto/sample/dispcalc/src2mac.cmd b/private/oleauto/sample/dispcalc/src2mac.cmd new file mode 100644 index 000000000..7df884c6b --- /dev/null +++ b/private/oleauto/sample/dispcalc/src2mac.cmd @@ -0,0 +1,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 |