updated to modern VTK
[engrid-github.git] / src / misc / install_files.nsh
blob48b9bd2802aa0fd64ff0c6541a8d537ad353c559
1 ;Tutorials\r
2   CreateDirectory "$INSTDIR\tutorials"\r
3   SetOutPath "$INSTDIR\tutorials\01_Damper"\r
4   SetOverwrite try\r
5   File "${SRC_ROOT}\..\tutorials\01_Damper\Throttle.msh"\r
6   File "${SRC_ROOT}\..\tutorials\01_Damper\Damper.stl"\r
7   File "${SRC_ROOT}\..\tutorials\01_Damper\Damper.blend"\r
8 \r
9   SetOutPath "$INSTDIR\tutorials\02_Sphere"\r
10   File "${SRC_ROOT}\..\tutorials\02_Sphere\Sphere_S0.blend"\r
11   File "${SRC_ROOT}\..\tutorials\02_Sphere\Sphere_S1.blend"\r
12   File "${SRC_ROOT}\..\tutorials\02_Sphere\Sphere_S1.egc"\r
13   File "${SRC_ROOT}\..\tutorials\02_Sphere\Sphere_S1.egc.vtu"\r
15   SetOutPath "$INSTDIR\tutorials\03_TwoCubes"\r
16   File "${SRC_ROOT}\..\tutorials\03_TwoCubes\TwoCubes_S0.begc"\r
17   File "${SRC_ROOT}\..\tutorials\03_TwoCubes\TwoCubes_S0.egc"\r
18   File "${SRC_ROOT}\..\tutorials\03_TwoCubes\TwoCubes_S0.egc.vtu"\r
19   File "${SRC_ROOT}\..\tutorials\03_TwoCubes\TwoCubes_S0.blend"\r
20   File "${SRC_ROOT}\..\tutorials\03_TwoCubes\TwoCubes_S0.egc.geo.vtu"\r
22 ;Blender scripts\r
23   CreateDirectory "$INSTDIR\blender_scripts"\r
24   SetOutPath "$INSTDIR\blender_scripts"\r
25   SetOverwrite try\r
27   CreateDirectory "$INSTDIR\blender_scripts\2.4"\r
28   SetOutPath "$INSTDIR\blender_scripts\2.4"\r
29   File "${SRC_ROOT}\blender_scripts\2.4\add_mesh_cylinderintersection.py"\r
30   File "${SRC_ROOT}\blender_scripts\2.4\engrid_export.py"\r
31   File "${SRC_ROOT}\blender_scripts\2.4\engrid_import.py"\r
32   File "${SRC_ROOT}\blender_scripts\2.4\gmsh2_export.py"\r
33   File "${SRC_ROOT}\blender_scripts\2.4\gmsh2_import.py"\r
35   CreateDirectory "$INSTDIR\blender_scripts\2.59"\r
36   SetOutPath "$INSTDIR\blender_scripts\2.59"\r
37   File "${SRC_ROOT}\blender_scripts\2.59\io_export_engrid.py"\r
38   File "${SRC_ROOT}\blender_scripts\2.59\io_import_engrid.py"\r
40   CreateDirectory "$INSTDIR\blender_scripts\2.63a"\r
41   SetOutPath "$INSTDIR\blender_scripts\2.63a"\r
42   File "${SRC_ROOT}\blender_scripts\2.63a\io_export_engrid.py"\r
43   File "${SRC_ROOT}\blender_scripts\2.63a\io_import_engrid.py"\r