From 811ee7b14ad635c66384544e4f2737e9da701183 Mon Sep 17 00:00:00 2001 From: ibond84 Date: Tue, 29 Dec 2015 09:36:47 -0800 Subject: [PATCH] Update _RebuildReleaseAndRunTests.sh --- _RebuildReleaseAndRunTests.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/_RebuildReleaseAndRunTests.sh b/_RebuildReleaseAndRunTests.sh index 39f76724c..1d73de898 100644 --- a/_RebuildReleaseAndRunTests.sh +++ b/_RebuildReleaseAndRunTests.sh @@ -1,5 +1,6 @@ #!/bin/sh -MONO_IOMAP=case xbuild pabcnetc.sln +MONO_IOMAP=case xbuild /p:Configuration=release pabcnetc.sln +MONO_IOMAP=case xbuild /p:Configuration=release CodeCompletion/CodeCompletion.csproj export MONO_IOMAP=all cd ReleaseGenerators mono ../bin/pabcnetc.exe RebuildStandartModules.pas /rebuild @@ -18,7 +19,8 @@ if [ $? -eq 0 ]; then sn -Vu PABCRtl32.dll cp PABCRtl32.dll ../../bin/Lib gacutil -u PABCRtl - gacutil -i ../bin/Lib/PABCRtl.dll + gacutil -i ../../bin/Lib/PABCRtl.dll + cd .. mono ../bin/pabcnetc.exe RebuildStandartModules.pas /rebuild if [ $? -eq 0 ]; then cd ../bin @@ -27,4 +29,4 @@ if [ $? -eq 0 ]; then fi fi fi -fi \ No newline at end of file +fi