mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 08:09:39 +00:00
*** empty log message ***
This commit is contained in:
parent
86087fc8d6
commit
b52b05bf4d
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user