MSVC: Move external Libraries path to libraries.props

This commit is contained in:
Thomas Bernard
2018-06-01 12:49:47 +02:00
parent 3e4f3d0313
commit 6224a9f99e
4 changed files with 27 additions and 6 deletions

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0"
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="Globals">
<SDLIncDir>..\..\..\..\SDL-1.2.15\include</SDLIncDir>
<SDLLibDir>..\..\..\..\SDL-1.2.15\lib\x86</SDLLibDir>
<SDLImageIncDir>..\..\..\..\SDL_image-1.2.12\include</SDLImageIncDir>
<SDLImageLibDir>..\..\..\..\SDL_image-1.2.12\lib\x86</SDLImageLibDir>
<LuaIncDir>..\..\..\..\lua\include</LuaIncDir>
<LuaLibDir>..\..\..\..\lua</LuaLibDir>
<PNGIncDir>..\..\..\..\lpng1634</PNGIncDir>
<PNGLibDir>..\..\..\..\lpng1634\projects\vstudio\Debug</PNGLibDir>
</PropertyGroup>
</Project>