root/trunk/digitalme/launchers/csharp/configure

Revision 1891, 87 bytes (checked in by jnorman, 22 months ago)

Initial makefiles for csharp wrapper

  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3rm -f CMakeCache.txt
4rm -rf CMakeFiles
5rm -rf build
6cmake . $1 $2 $3 $4 $5
Note: See TracBrowser for help on using the browser.