1;
2; Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3; Copyright (C) INRIA - Allan CORNET
4; Copyright (C) DIGITEO - 2010 - Allan CORNET
5;
6; Copyright (C) 2012 - 2016 - Scilab Enterprises
7;
8; This file is hereby licensed under the terms of the GNU GPL v2.0,
9; pursuant to article 5.3.4 of the CeCILL v.2.1.
10; This file was originally licensed under the terms of the CeCILL v2.1,
11; and continues to be available under such terms.
12; For more information, see the COPYING file which you should have received
13; along with this program.
14;
15;--------------------------------------------------------------------------------------------------------------
16; Inno Setup Script (5.3 and more) for Scilab (UNICODE version required)
17;
18;--------------------------------------------------------------------------------------------------------------
19; sound module
20;--------------------------------------------------------------------------------------------------------------
21;
22#define SOUND "sound"
23;
24Source: bin\{#SOUND}.dll; DestDir: {app}\bin; Components: {#COMPN_SCILAB}
25;
26Source: modules\{#SOUND}\license.txt; DestDir: {app}\modules\{#SOUND}; Components: {#COMPN_SCILAB}
27;
28Source: modules\{#SOUND}\sci_gateway\{#SOUND}_gateway.xml; DestDir: {app}\modules\{#SOUND}\sci_gateway; Components: {#COMPN_SCILAB}
29;
30Source: modules\{#SOUND}\etc\{#SOUND}.quit; DestDir: {app}\modules\{#SOUND}\etc; Components: {#COMPN_SCILAB}
31Source: modules\{#SOUND}\etc\{#SOUND}.start; DestDir: {app}\modules\{#SOUND}\etc; Components: {#COMPN_SCILAB}
32;
33Source: modules\{#SOUND}\macros\buildmacros.sce; DestDir: {app}\modules\{#SOUND}\macros; Components: {#COMPN_SCILAB}
34Source: modules\{#SOUND}\macros\buildmacros.bat; DestDir: {app}\modules\{#SOUND}\macros; Components: {#COMPN_SCILAB}
35Source: modules\{#SOUND}\macros\cleanmacros.bat; DestDir: {app}\modules\{#SOUND}\macros; Components: {#COMPN_SCILAB}
36Source: modules\{#SOUND}\macros\*.sci; DestDir: {app}\modules\{#SOUND}\macros; Components: {#COMPN_SCILAB}
37Source: modules\{#SOUND}\macros\*.bin; DestDir: {app}\modules\{#SOUND}\macros; Components: {#COMPN_SCILAB}
38Source: modules\{#SOUND}\macros\lib; DestDir: {app}\modules\{#SOUND}\macros; Components: {#COMPN_SCILAB}
39;
40Source: modules\{#SOUND}\demos\*.*; DestDir: {app}\modules\{#SOUND}\demos; Flags: recursesubdirs; Components: {#COMPN_SCILAB}
41;
42Source: modules\{#SOUND}\tests\*.*; DestDir: {app}\modules\{#SOUND}\tests; Flags: recursesubdirs; Components: {#COMPN_SCILAB} and {#COMPN_TESTS}
43;
44;--------------------------------------------------------------------------------------------------------------
45