diff options
| author | 2013-09-08 20:36:00 -0400 | |
|---|---|---|
| committer | 2013-09-08 20:36:00 -0400 | |
| commit | 0ec884c43390789b7533ae0f8a7f42b959ede675 (patch) | |
| tree | 8a7b538d6b4b72a3588dc28d628dc6e49a089973 /src | |
| parent | updated common paths (diff) | |
| download | yuzu-0ec884c43390789b7533ae0f8a7f42b959ede675.tar.gz yuzu-0ec884c43390789b7533ae0f8a7f42b959ede675.tar.xz yuzu-0ec884c43390789b7533ae0f8a7f42b959ede675.zip | |
removed ignored specific libraries section from project file
Diffstat (limited to 'src')
| -rw-r--r-- | src/akiru/akiru.vcxproj | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/akiru/akiru.vcxproj b/src/akiru/akiru.vcxproj index f74948853..901155e98 100644 --- a/src/akiru/akiru.vcxproj +++ b/src/akiru/akiru.vcxproj | |||
| @@ -101,7 +101,8 @@ | |||
| 101 | <PreBuildEvent /> | 101 | <PreBuildEvent /> |
| 102 | <Link /> | 102 | <Link /> |
| 103 | <Link> | 103 | <Link> |
| 104 | <IgnoreSpecificDefaultLibraries>msvcrtd.lib;msvcrt.lib</IgnoreSpecificDefaultLibraries> | 104 | <IgnoreSpecificDefaultLibraries> |
| 105 | </IgnoreSpecificDefaultLibraries> | ||
| 105 | </Link> | 106 | </Link> |
| 106 | </ItemDefinitionGroup> | 107 | </ItemDefinitionGroup> |
| 107 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | 108 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| @@ -129,7 +130,8 @@ | |||
| 129 | <Link> | 130 | <Link> |
| 130 | <SpecifySectionAttributes> | 131 | <SpecifySectionAttributes> |
| 131 | </SpecifySectionAttributes> | 132 | </SpecifySectionAttributes> |
| 132 | <IgnoreSpecificDefaultLibraries>libcmt.lib</IgnoreSpecificDefaultLibraries> | 133 | <IgnoreSpecificDefaultLibraries> |
| 134 | </IgnoreSpecificDefaultLibraries> | ||
| 133 | </Link> | 135 | </Link> |
| 134 | <CustomBuildStep> | 136 | <CustomBuildStep> |
| 135 | <Command> | 137 | <Command> |