Added normal mapped meshes sample, only three rfx shaders and better uninstaller

This commit is contained in:
Paolo Cignoni cignoni 2008-12-10 06:31:53 +00:00
parent 979ac9ff39
commit f16572fbd3

View File

@ -72,7 +72,9 @@ Section "MainSection" SEC01
File "..\meshlab\shaders\*.gdp"
File "..\meshlab\shaders\*.vert"
SetOutPath "$INSTDIR\shadersrm"
File "..\meshlab\shadersrm\*.rfx"
File "..\meshlab\shadersrm\PhongUntextured.rfx"
File "..\meshlab\shadersrm\NormalMapping.rfx"
File "..\meshlab\shadersrm\ImageBasedLighting.rfx"
SetOutPath "$INSTDIR\plugins"
; IO Plugins (9)
File "..\meshlab\plugins\baseio.dll"
@ -153,7 +155,7 @@ Section "MainSection" SEC01
File "..\meshlab\textures\*.dds"
File "..\meshlab\textures\fur.png"
File "..\meshlab\textures\glyphmosaic.png"
File "..\meshlab\textures\NPR Metallic Outline.tga"
;File "..\meshlab\textures\NPR Metallic Outline.tga"
File "..\meshlab\textures\hatch*.jpg"
SetOutPath "$INSTDIR\textures\cubemaps"
@ -167,6 +169,8 @@ Section "MainSection" SEC01
File "..\sample\duck_triangulate.dae"
File "..\sample\seashell.gts"
File "..\sample\chameleon4k.pts"
File "..\sample\normalmap\laurana500.*"
File "..\sample\normalmap\matteonormb.*"
SetOutPath "$INSTDIR\samples\images"
File "..\sample\images\duckCM.jpg"
SetOutPath "$INSTDIR\imageformats"
@ -223,11 +227,21 @@ Section Uninstall
Delete "$INSTDIR\shaders\*.frag"
Delete "$INSTDIR\shaders\*.vert"
Delete "$INSTDIR\shaders\*.gdp"
Delete "$INSTDIR\shadersrm\*.rfx"
Delete "$INSTDIR\samples\*.*"
Delete "$INSTDIR\samples\images\*.*"
Delete "$INSTDIR\plugins\*.dll"
Delete "$INSTDIR\plugins\U3D_W32\*.dll"
Delete "$INSTDIR\plugins\U3D_W32\*.exe"
Delete "$INSTDIR\plugins\U3D_W32\*.txt"
Delete "$INSTDIR\plugins\U3D_W32\plugins\*.dll"
Delete "$INSTDIR\plugins\*.dll"
Delete "$INSTDIR\imageformats\*.dll"
Delete "$INSTDIR\textures\*.png"
Delete "$INSTDIR\textures\*.dds"
Delete "$INSTDIR\textures\cubemaps\*.jpg"
Delete "$INSTDIR\textures\*.jpg"
Delete "$INSTDIR\textures\*.tga"
Delete "$SMPROGRAMS\MeshLab\Uninstall.lnk"
Delete "$SMPROGRAMS\MeshLab\Website.lnk"
@ -237,14 +251,15 @@ Section Uninstall
RMDir "$SMPROGRAMS\MeshLab"
RMDir "$INSTDIR\CVS"
RMDir "$INSTDIR\imageformats"
RMDir "$INSTDIR\plugins"
RMDir "$INSTDIR\plugins\U3D_W32"
RMDir "$INSTDIR\plugins\U3D_W32\plugins"
RMDir "$INSTDIR\plugins\U3D_W32"
RMDir "$INSTDIR\plugins"
RMDir "$INSTDIR\samples\images"
RMDir "$INSTDIR\samples"
RMDir "$INSTDIR\textures"
RMDir "$INSTDIR\textures\cubemaps"
RMDir "$INSTDIR\textures"
RMDir "$INSTDIR\shaders"
RMDir "$INSTDIR\shadersrm"
RMDir "$INSTDIR"
DeleteRegKey ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}"