]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vs2010_sdl2_win32.props
Fixed two compile issues with vid_sdl.c.
[xonotic/darkplaces.git] / vs2010_sdl2_win32.props
diff --git a/vs2010_sdl2_win32.props b/vs2010_sdl2_win32.props
new file mode 100644 (file)
index 0000000..0ca4653
--- /dev/null
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>\r
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
+  <ImportGroup Label="PropertySheets" />\r
+  <PropertyGroup Label="UserMacros" />\r
+  <PropertyGroup>\r
+    <IncludePath>C:\Program Files %28x86%29\Microsoft DirectX SDK %28June 2010%29\Include;C:\dev\SDL2-2.0\include;$(IncludePath)</IncludePath>\r
+  </PropertyGroup>\r
+  <PropertyGroup>\r
+    <LibraryPath>C:\Program Files %28x86%29\Microsoft DirectX SDK %28June 2010%29\Lib\x86;C:\dev\SDL2-2.0\lib\x86;$(LibraryPath)</LibraryPath>\r
+    <_PropertySheetDisplayName>vs2010_win32</_PropertySheetDisplayName>\r
+  </PropertyGroup>\r
+  <ItemDefinitionGroup />\r
+  <ItemGroup />\r
+</Project>
\ No newline at end of file