summaryrefslogtreecommitdiffstats
path: root/vsprops/externals.props
diff options
context:
space:
mode:
authorShizZy <shizzy@6bit.net>2013-09-05 04:09:15 +0200
committerShizZy <shizzy@6bit.net>2013-09-05 04:09:15 +0200
commit86495a83c16538ddcab7da4ea68de38ee2d1837e (patch)
tree7f6b57ca0e01e972556f335b3000e2ffac6e0b96 /vsprops/externals.props
parentadded build directory to be ignored by git (diff)
downloadyuzu-86495a83c16538ddcab7da4ea68de38ee2d1837e.tar
yuzu-86495a83c16538ddcab7da4ea68de38ee2d1837e.tar.gz
yuzu-86495a83c16538ddcab7da4ea68de38ee2d1837e.tar.bz2
yuzu-86495a83c16538ddcab7da4ea68de38ee2d1837e.tar.lz
yuzu-86495a83c16538ddcab7da4ea68de38ee2d1837e.tar.xz
yuzu-86495a83c16538ddcab7da4ea68de38ee2d1837e.tar.zst
yuzu-86495a83c16538ddcab7da4ea68de38ee2d1837e.zip
Diffstat (limited to 'vsprops/externals.props')
-rw-r--r--vsprops/externals.props6
1 files changed, 3 insertions, 3 deletions
diff --git a/vsprops/externals.props b/vsprops/externals.props
index 1a578c5e4..c49a095ec 100644
--- a/vsprops/externals.props
+++ b/vsprops/externals.props
@@ -5,7 +5,7 @@
<ExternalsDir>$(SolutionDir)externals\</ExternalsDir>
</PropertyGroup>
<PropertyGroup>
- <_PropertySheetDisplayName>Externals</_PropertySheetDisplayName>
+ <_PropertySheetDisplayName>externals</_PropertySheetDisplayName>
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
@@ -15,8 +15,8 @@
</ClCompile>
<Lib />
<Link>
- <AdditionalLibraryDirectories>$(ExternalsDir)glew-1.6.0\lib$(PlatformArchitecture);$(ExternalsDir)glfw-3.0\lib$(PlatformArchitecture)\$(Configuration);$(ExternalsDir)libjpeg;$(ExternalsDir)sdl-2.0.0\lib\$(PlatformName);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
- <AdditionalDependencies>libjpeg.lib;glfw3.lib;opengl32.lib;glew32.lib;glu32.lib;SDL.lib;%(AdditionalDependencies)</AdditionalDependencies>
+ <AdditionalLibraryDirectories>$(ExternalsDir)glew-1.10.0\lib\Release\$(PlatformName);$(ExternalsDir)glfw-3.0.2\lib-msvc100;$(ExternalsDir)libjpeg;$(ExternalsDir)sdl-2.0.0\lib\$(PlatformName);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
+ <AdditionalDependencies>glfw3dll.lib;opengl32.lib;glew32.lib;glu32.lib;%(AdditionalDependencies)</AdditionalDependencies>
<IgnoreSpecificDefaultLibraries>
</IgnoreSpecificDefaultLibraries>
</Link>