*** empty log message ***

This commit is contained in:
Paolo Cignoni cignoni 2006-06-14 04:18:28 +00:00
parent 86087fc8d6
commit b52b05bf4d
2 changed files with 12 additions and 7 deletions

View File

@ -33,9 +33,13 @@
** NEW FEATURES/PATCHES **
Editing and Selection is IN!
Bug in shaders
Filter classes (now filters are assigned to different submenus)
Intial mode faceted
Real Installer for windows
------------------------------------------------------------------------------
- Meshlab v0.6

View File

@ -20,7 +20,7 @@
; Welcome page
!insertmacro MUI_PAGE_WELCOME
; License page
!insertmacro MUI_PAGE_LICENSE "..\..\docs\license.txt"
!insertmacro MUI_PAGE_LICENSE "..\..\docs\gpl.txt"
; Directory page
!insertmacro MUI_PAGE_DIRECTORY
; Instfiles page
@ -110,13 +110,14 @@ Section "MainSection" SEC01
File "..\sample\TextureDouble_A.png"
File "..\sample\Laurana50k.ply"
SetOutPath "$INSTDIR\plugins\imageformats"
File "C:\Qt\4.1.0\plugins\imageformats\qjpeg1.dll"
File "C:\Qt\4.1.2\plugins\imageformats\qjpeg1.dll"
SetOutPath "$INSTDIR"
File "C:\Qt\4.1.0\bin\QtCore4.dll"
File "C:\Qt\4.1.0\bin\QtGui4.dll"
File "C:\Qt\4.1.0\bin\QtOpenGL4.dll"
File "C:\Qt\4.1.0\bin\QtXml4.dll"
File "C:\Qt\4.1.0\bin\QtNetwork4.dll"
File "C:\Qt\4.1.2\bin\QtCore4.dll"
File "C:\Qt\4.1.2\bin\QtGui4.dll"
File "C:\Qt\4.1.2\bin\QtOpenGL4.dll"
File "C:\Qt\4.1.2\bin\QtXml4.dll"
File "C:\Qt\4.1.2\bin\QtNetwork4.dll"
File "C:\MinGW\bin\mingwm10.dll"
SectionEnd
Section -AdditionalIcons