mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
Source code is included for reference. This can go away again once Prebuild is updated with a more general mechanism for cleaning up files.
The Prebuild source code here can be built with nant, or regnerated for other tools using the prebuild at {root}/bin/Prebuild.exe
11 lines
155 B
Bash
Executable File
11 lines
155 B
Bash
Executable File
#!/bin/sh
|
|
|
|
./prebuild /target makefile /file ../prebuild.xml /pause
|
|
|
|
if [ -f ../Makefile ]
|
|
then
|
|
rm -rf ../Makefile
|
|
fi
|
|
|
|
mv ../Prebuild.make ../Makefile
|