mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
Misc
This commit is contained in:
@@ -189,7 +189,7 @@
|
|||||||
</PostBuildEvent>
|
</PostBuildEvent>
|
||||||
<PostBuildEvent Condition=" '$(OS)' == 'Unix' AND '$(ConfigurationName)' == 'Release' ">
|
<PostBuildEvent Condition=" '$(OS)' == 'Unix' AND '$(ConfigurationName)' == 'Release' ">
|
||||||
if [ -f "$(SolutionDir)mono_envsetup.sh" ]; then
|
if [ -f "$(SolutionDir)mono_envsetup.sh" ]; then
|
||||||
source "$(SolutionDir)mono_envsetup.sh"
|
. "$(SolutionDir)mono_envsetup.sh"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mkdir -p "$(SolutionDir)out/config"
|
mkdir -p "$(SolutionDir)out/config"
|
||||||
|
|||||||
@@ -124,7 +124,7 @@
|
|||||||
</PostBuildEvent>
|
</PostBuildEvent>
|
||||||
<PostBuildEvent Condition=" '$(OS)' == 'Unix' AND '$(ConfigurationName)' == 'Release' ">
|
<PostBuildEvent Condition=" '$(OS)' == 'Unix' AND '$(ConfigurationName)' == 'Release' ">
|
||||||
if [ -f "$(SolutionDir)mono_envsetup.sh" ]; then
|
if [ -f "$(SolutionDir)mono_envsetup.sh" ]; then
|
||||||
source "$(SolutionDir)mono_envsetup.sh"
|
. "$(SolutionDir)mono_envsetup.sh"
|
||||||
fi
|
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"
|
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"
|
||||||
|
|||||||
@@ -209,7 +209,7 @@
|
|||||||
</PostBuildEvent>
|
</PostBuildEvent>
|
||||||
<PostBuildEvent Condition=" '$(OS)' == 'Unix' AND '$(ConfigurationName)' == 'Release' ">
|
<PostBuildEvent Condition=" '$(OS)' == 'Unix' AND '$(ConfigurationName)' == 'Release' ">
|
||||||
if [ -f "$(SolutionDir)mono_envsetup.sh" ]; then
|
if [ -f "$(SolutionDir)mono_envsetup.sh" ]; then
|
||||||
source "$(SolutionDir)mono_envsetup.sh"
|
. "$(SolutionDir)mono_envsetup.sh"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mono --llvm --server -O=all "$(SolutionDir)tools/ILRepack/ILRepack.exe" /ndebug /internalize /parallel /targetplatform:v4 /wildcards /out:"$(SolutionDir)out/ASF-GUI.exe" "$(TargetDir)$(TargetName).exe" "$(TargetDir)*.dll"
|
mono --llvm --server -O=all "$(SolutionDir)tools/ILRepack/ILRepack.exe" /ndebug /internalize /parallel /targetplatform:v4 /wildcards /out:"$(SolutionDir)out/ASF-GUI.exe" "$(TargetDir)$(TargetName).exe" "$(TargetDir)*.dll"
|
||||||
|
|||||||
Reference in New Issue
Block a user