root/build_unix_mex

Revision 633, 83 bytes (checked in by smidl, 15 years ago)

Shell script for building mexes on unix platforms

Line 
1#!/bin/sh
2
3cd library/
4cmake .
5make
6
7cd -
8cd applications/bdmtoolbox/
9cmake .
10make
Note: See TracBrowser for help on using the browser.