From 3bbae8a28e86940e76c59f2a1b6fc95b59247004 Mon Sep 17 00:00:00 2001 From: Guido Ranzuglia granzuglia Date: Fri, 19 Mar 2010 09:22:54 +0000 Subject: [PATCH] added all rfx files --- src/install/meshlab.nsi | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/install/meshlab.nsi b/src/install/meshlab.nsi index f742eb659..902da63cb 100644 --- a/src/install/meshlab.nsi +++ b/src/install/meshlab.nsi @@ -73,9 +73,7 @@ Section "MainSection" SEC01 File "${DISTRIB_FOLDER}\shaders\*.gdp" File "${DISTRIB_FOLDER}\shaders\*.vert" SetOutPath "$INSTDIR\shadersrm" - File "${DISTRIB_FOLDER}\shadersrm\PhongUntextured.rfx" - File "${DISTRIB_FOLDER}\shadersrm\NormalMapping.rfx" - File "${DISTRIB_FOLDER}\shadersrm\ImageBasedLighting.rfx" + File "${DISTRIB_FOLDER}\shadersrm\*.rfx" SetOutPath "$INSTDIR\plugins" ; IO Plugins (9) File "${DISTRIB_FOLDER}/plugins\io_base.dll" @@ -204,7 +202,7 @@ Section "MainSection" SEC01 File "${QT_BASE}\bin\QtXml4.dll" File "${QT_BASE}\bin\QtNetwork4.dll" ;File "C:\MinGW\bin\mingwm10.dll" - ;File "${QT_BASE}\..\mingw\bin\mingwm10.dll" + File "${QT_BASE}\..\mingw\bin\mingwm10.dll" File "${QT_BASE}\..\mingw\bin\libgcc_s_dw2-1.dll" File "..\..\docs\readme.txt" ;File "..\..\docs\history.txt"