[WIN32] added gnutls 3.2.3 to our mingw environment and the runtime dlls to system...
[vuplus_xbmc] / project / BuildDependencies / scripts / gnutls_d.bat
1 @ECHO OFF
2
3 SET LOC_PATH=%CD%
4 SET FILES=%LOC_PATH%\gnutls_d.txt
5
6 CALL dlextract.bat dnssd %FILES%
7
8 cd %TMP_PATH%
9
10 del gnutls-3.2.3-win32\readme.txt
11 xcopy gnutls-3.2.3-win32\* "%XBMC_PATH%\" /E /Q /I /Y
12
13 cd %LOC_PATH%