updated _RebuildRelease.sh and _RebuildReleaseAndRunTests.sh

This commit is contained in:
Ivan Bondarev 2023-03-19 14:43:07 +01:00
parent 86e9c47684
commit 010e1723bc
2 changed files with 4 additions and 4 deletions

View file

@ -3,8 +3,8 @@ cd Utils/DefaultLanguageResMaker
mono LanguageResMaker.exe
cd ../..
MONO_IOMAP=case msbuild /p:Configuration=release pabcnetc.sln
MONO_IOMAP=case msbuild /p:Configuration=release PascalABCNETLinux.sln
MONO_IOMAP=case msbuild /p:Configuration=Release pabcnetc.sln
MONO_IOMAP=case msbuild /p:Configuration=Release PascalABCNETLinux.sln
mono --aot bin/pabcnetc.exe
mono --aot bin/NETGenerator.dll
mono --aot bin/TreeConverter.dll

View file

@ -3,8 +3,8 @@ cd Utils/DefaultLanguageResMaker
mono LanguageResMaker.exe
cd ../..
MONO_IOMAP=case msbuild /p:Configuration=release pabcnetc.sln
MONO_IOMAP=case msbuild /p:Configuration=release PascalABCNETLinux.sln
MONO_IOMAP=case msbuild /p:Configuration=Release pabcnetc.sln
MONO_IOMAP=case msbuild /p:Configuration=Release PascalABCNETLinux.sln
mono --aot bin/pabcnetc.exe
mono --aot bin/NETGenerator.dll
mono --aot bin/TreeConverter.dll