]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - packages/sdl2.nuget.2.0.22/build/configurations.autopkg
Update SDL2.nuget package to 2.0.22, add some more things to .gitignore.
[xonotic/darkplaces.git] / packages / sdl2.nuget.2.0.22 / build / configurations.autopkg
diff --git a/packages/sdl2.nuget.2.0.22/build/configurations.autopkg b/packages/sdl2.nuget.2.0.22/build/configurations.autopkg
new file mode 100644 (file)
index 0000000..209e90d
--- /dev/null
@@ -0,0 +1,11 @@
+configurations {\r
+    Platform { \r
+        key : "Platform";\r
+        choices : { Win32, x64 };\r
+        Win32.aliases : { x86, win32, ia32, 386 };\r
+        x64.aliases : { x64, amd64, em64t, intel64, x86-64, x86_64 };\r
+    };\r
+    Linkage { \r
+        choices : { dynamic };\r
+    };\r
+};\r