X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=packages%2Fsdl2.nuget.2.0.22%2Fbuild%2Fconfigurations.autopkg;fp=packages%2Fsdl2.nuget.2.0.22%2Fbuild%2Fconfigurations.autopkg;h=209e90d7e512bba008d92f959232f29ebcca7b78;hp=0000000000000000000000000000000000000000;hb=8cb32a53667039bd9225005dc0f2d15460f1fd37;hpb=f129784b67308e149e458c9dfbdf245535ab2a8f 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 index 00000000..209e90d7 --- /dev/null +++ b/packages/sdl2.nuget.2.0.22/build/configurations.autopkg @@ -0,0 +1,11 @@ +configurations { + Platform { + key : "Platform"; + choices : { Win32, x64 }; + Win32.aliases : { x86, win32, ia32, 386 }; + x64.aliases : { x64, amd64, em64t, intel64, x86-64, x86_64 }; + }; + Linkage { + choices : { dynamic }; + }; +};