This commit is contained in:
JustArchi
2016-09-02 18:41:40 +02:00
parent a25a181cd9
commit 2c99c4b433
3 changed files with 3 additions and 3 deletions

View File

@@ -124,7 +124,7 @@
</PostBuildEvent>
<PostBuildEvent Condition=" '$(OS)' == 'Unix' AND '$(ConfigurationName)' == 'Release' ">
if [ -f "$(SolutionDir)mono_envsetup.sh" ]; then
source "$(SolutionDir)mono_envsetup.sh"
. "$(SolutionDir)mono_envsetup.sh"
fi
mono --llvm --server -O=all "$(SolutionDir)tools/ILRepack/ILRepack.exe" /ndebug /internalize /parallel /targetplatform:v4 /wildcards /out:"$(SolutionDir)out/ASF-ConfigGenerator.exe" "$(TargetDir)$(TargetName).exe" "$(TargetDir)*.dll"