Skip to content

Commit

Permalink
msbuild, msbuild-deploy.in: Don't override CscToolExe etc, since that ..
Browse files Browse the repository at this point in the history
.. has default values in targets file now.
  • Loading branch information
Ankit Jain committed Apr 14, 2016
1 parent 5bf7283 commit d25dd92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion msbuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh
ABSOLUTE_PATH=$(cd `dirname "${BASH_SOURCE[0]}"` && pwd)/`basename "${BASH_SOURCE[0]}"`
MSBUILD_SRC_DIR=`dirname $ABSOLUTE_PATH`
mono $MONO_OPTIONS $MSBUILD_SRC_DIR/bin/Debug-MONO/OSX_Deployment/MSBuild.exe /p:CscToolExe=mcs.exe /p:UseSharedCompilation=false /p:DebugFileExt=.mdb $*
#mono $MONO_OPTIONS $MSBUILD_SRC_DIR/bin/Debug-MONO/OSX_Deployment/MSBuild.exe /p:CscToolExe=mcs.exe /p:UseSharedCompilation=false /p:DebugFileExt=.mdb $*
mono $MONO_OPTIONS $MSBUILD_SRC_DIR/bin/Debug-MONO/OSX_Deployment/MSBuild.exe $*
2 changes: 1 addition & 1 deletion msbuild-deploy.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
ABSOLUTE_PATH=$(cd `dirname "${BASH_SOURCE[0]}"` && pwd)/`basename "${BASH_SOURCE[0]}"`
MSBUILD_SRC_DIR=`dirname $ABSOLUTE_PATH`
mono $MONO_OPTIONS $MSBUILD_SRC_DIR/MSBuild.exe /p:CscToolExe=mcs.exe /p:UseSharedCompilation=false /p:DebugFileExt=.mdb $*
mono $MONO_OPTIONS $MSBUILD_SRC_DIR/MSBuild.exe $*

0 comments on commit d25dd92

Please sign in to comment.