123
This commit is contained in:
12
STLPORT/stlport/BC50/make_bc50.sh
Normal file
12
STLPORT/stlport/BC50/make_bc50.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
for file in `cat ../export_names`
|
||||
do
|
||||
rm -fr $file.h
|
||||
cat stl_tmpl.h | sed -e "s/REPLACEME/$file/g" > $file.h
|
||||
done
|
||||
|
||||
mv algorithm.h algorith.h
|
||||
mv functional.h function.h
|
||||
mv stdexcept.h stdexcep.h
|
||||
mv streambuf.h streambu.h
|
||||
mv strstream.h strstrea.h
|
||||
Reference in New Issue
Block a user