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

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

added ogre dependencies and patched ogre sources

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.