pascalabcnet/_RebuildRelease.sh

22 lines
671 B
Bash
Raw Permalink Normal View History

2023-03-19 16:25:26 +03:00
#!/bin/sh -e
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
2023-03-19 16:25:26 +03:00
mono --aot bin/pabcnetc.exe
mono --aot bin/NETGenerator.dll
mono --aot bin/TreeConverter.dll
mono --aot bin/Compiler.dll
mono --aot bin/SyntaxTree.dll
mono --aot bin/SemanticTree.dll
mono --aot bin/PascalABCParser.dll
mono --aot bin/ParserTools.dll
mono --aot bin/CompilerTools.dll
mono --aot bin/OptimizerConversion.dll
mono --aot bin/Errors.dll
export MONO_IOMAP=all
cd ReleaseGenerators
mono ../bin/pabcnetc.exe RebuildStandartModulesMono.pas /rebuild