summaryrefslogtreecommitdiff
path: root/msvc/dependencies.props
diff options
context:
space:
mode:
author/dev/humancontroller <devhc@example.com>2015-02-14 02:58:11 +0100
committer/dev/humancontroller <devhc@example.com>2017-02-07 17:34:58 +0100
commitdf10b2a4424296ab35f2826cc67ac4257655c02a (patch)
treecf81e120c59eb76affa07009979a87d9f182ba5a /msvc/dependencies.props
parentda349d8dc9bc80d2a14b39ae63b6735f5b45d2e0 (diff)
include a modern, working MSVC solution
WRONG ! this is possibly outdated by now; also, it isn't complete
Diffstat (limited to 'msvc/dependencies.props')
-rw-r--r--msvc/dependencies.props15
1 files changed, 15 insertions, 0 deletions
diff --git a/msvc/dependencies.props b/msvc/dependencies.props
new file mode 100644
index 00000000..a966e103
--- /dev/null
+++ b/msvc/dependencies.props
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ImportGroup Label="PropertySheets" />
+ <PropertyGroup Label="UserMacros" />
+ <PropertyGroup />
+ <ItemDefinitionGroup>
+ <ClCompile>
+ <AdditionalIncludeDirectories>..\..\dep\minizip;..\..\dep\zlib;..\..\dep\jpeg;..\..\dep\sdl2\include;..\..\dep\ogg\include;..\..\dep\opus\include;..\..\dep\opusfile\include;..\..\dep\speex\include;..\..\dep\speexdsp\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ </ClCompile>
+ <Link>
+ <AdditionalLibraryDirectories>..\..\dep\sdl2\lib\x86</AdditionalLibraryDirectories>
+ </Link>
+ </ItemDefinitionGroup>
+ <ItemGroup />
+</Project> \ No newline at end of file