From 1ffc0a3fc439035a607e97ad96516b344ac5ecce Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Fri, 18 May 2012 23:18:31 +0000 Subject: [PATCH] - added libvlc to windows installer --- mk/windoze/Installer/MegaGlestInstaller.nsi | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/mk/windoze/Installer/MegaGlestInstaller.nsi b/mk/windoze/Installer/MegaGlestInstaller.nsi index db3465c2c..57f56ff35 100644 --- a/mk/windoze/Installer/MegaGlestInstaller.nsi +++ b/mk/windoze/Installer/MegaGlestInstaller.nsi @@ -3,8 +3,8 @@ !define APNAME MegaGlest !define APNAME_OLD Mega-Glest -!define APVER_OLD 3.6.0 -!define APVER 3.6.0.2 +!define APVER_OLD 3.6.0.2 +!define APVER 3.6.1 Name "${APNAME} ${APVER}" SetCompressor /FINAL /SOLID lzma @@ -223,6 +223,10 @@ Section "${APNAME} (required)" File "..\..\..\data\glest_game\openal32.dll" File "..\..\..\data\glest_game\xerces-c_3_0.dll" + File "..\..\..\data\glest_game\libvlccore.dll" + File "..\..\..\data\glest_game\libvlc.dll" + File /r /x .svn /x mydata "..\..\..\data\glest_game\plugins" + SetOutPath "$INSTDIR\blender\" File "..\..\..\data\glest_game\xml2g.exe" File "..\..\..\data\glest_game\g2xml.exe"