git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2027 52acb1d6-8a22-11de-b505-999d5b087335
11 lines
155 B
Bash
11 lines
155 B
Bash
#!/bin/sh
|
|
|
|
./prebuild /target makefile /file ../prebuild.xml /pause
|
|
|
|
if [ -f ../Makefile ]
|
|
then
|
|
rm -rf ../Makefile
|
|
fi
|
|
|
|
mv ../Prebuild.make ../Makefile
|