From df10b2a4424296ab35f2826cc67ac4257655c02a Mon Sep 17 00:00:00 2001 From: /dev/humancontroller Date: Sat, 14 Feb 2015 02:58:11 +0100 Subject: include a modern, working MSVC solution WRONG ! this is possibly outdated by now; also, it isn't complete --- msvc/dependencies.props | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 msvc/dependencies.props (limited to 'msvc/dependencies.props') 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 @@ + + + + + + + + ..\..\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) + + + ..\..\dep\sdl2\lib\x86 + + + + \ No newline at end of file -- cgit