aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/BuildIt.sh
diff options
context:
space:
mode:
Diffstat (limited to 'BuildIt.sh')
-rwxr-xr-xBuildIt.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/BuildIt.sh b/BuildIt.sh
index 66577a1..aa41594 100755
--- a/BuildIt.sh
+++ b/BuildIt.sh
@@ -10,7 +10,10 @@ find -newer lastBuild -name *.pdb -type f -print | xargs /bin/rm -f
10sleep 1 10sleep 1
11touch lastBuild 11touch lastBuild
12 12
13./runprebuild.sh 13./runprebuild.sh vs2010
14
15# Prebuild converts Microsoft.CSharp.targets to Microsoft.CSHARP.Targets, which case sensitive file systems fail to find.
16find -name *.csproj | xargs sed -i "s@Microsoft.CSHARP.Targets@Microsoft.CSharp.targets@g"
14 17
15# Debian no longer provides nant. 18# Debian no longer provides nant.
16#./nant-color 19#./nant-color