source: OGRE/trunk/ogrenew/Scripts/remove_debug.sh @ 692

Revision 692, 53 bytes checked in by mattausch, 18 years ago (diff)

adding ogre 1.2 and dependencies

Line 
1#!/bin/sh
2sed "s/ -g//" $1 > $1.new
3mv -f $1.new $1
Note: See TracBrowser for help on using the repository browser.