Hopefully this should make merging upstream easier. Building with NAnt should still work, but Visual Studio is untested.
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
|