Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlateralusX <lateralusx.github@gmail.com>2016-05-04 15:53:29 +0300
committerlateralusX <lateralusx.github@gmail.com>2016-06-15 10:40:06 +0300
commit6052043fd94f775e562355cbdc5e02bf6f5f835a (patch)
tree789b040e8006150f08b3ddc38844ec8f130964b4 /msvc/build-init.vcxproj
parent35f830a6f2786cd4e9d405afafd067e606821a21 (diff)
Fixes to default build/distribution location.
Diffstat (limited to 'msvc/build-init.vcxproj')
-rw-r--r--msvc/build-init.vcxproj16
1 files changed, 8 insertions, 8 deletions
diff --git a/msvc/build-init.vcxproj b/msvc/build-init.vcxproj
index f18ebc9484c..ee690bc78ca 100644
--- a/msvc/build-init.vcxproj
+++ b/msvc/build-init.vcxproj
@@ -73,20 +73,20 @@
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <OutDir>$(Platform)\lib\$(Configuration)\</OutDir>
- <IntDir>$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>
+ <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>
+ <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)$(MONO_TARGET_SUFFIX)\$(Configuration)\</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <OutDir>$(Platform)\lib\$(Configuration)\</OutDir>
- <IntDir>$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>
+ <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>
+ <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)$(MONO_TARGET_SUFFIX)\$(Configuration)\</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
- <OutDir>$(Platform)\lib\$(Configuration)\</OutDir>
- <IntDir>$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>
+ <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>
+ <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)$(MONO_TARGET_SUFFIX)\$(Configuration)\</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
- <OutDir>$(Platform)\lib\$(Configuration)\</OutDir>
- <IntDir>$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>
+ <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>
+ <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)$(MONO_TARGET_SUFFIX)\$(Configuration)\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>