updated _RebuildRelease.sh and _RebuildReleaseAndRunTests.sh
This commit is contained in:
parent
86e9c47684
commit
010e1723bc
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue