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; signal_processing module
20;--------------------------------------------------------------------------------------------------------------
21;
22#define SIGPROC "signal_processing"
23;
24Source: bin\{#SIGPROC}_f.dll; DestDir: {app}\bin; Components:  {#COMPN_SCILAB}
25Source: bin\{#SIGPROC}.dll; DestDir: {app}\bin; Components:  {#COMPN_SCILAB}
26Source: bin\{#SIGPROC}_gw.dll; DestDir: {app}\bin; Components:  {#COMPN_SCILAB}
27;
28Source: modules\{#SIGPROC}\license.txt; DestDir: {app}\modules\signal_processing; Components: {#COMPN_SCILAB}
29;
30Source: modules\{#SIGPROC}\sci_gateway\{#SIGPROC}_gateway.xml; DestDir: {app}\modules\{#SIGPROC}\sci_gateway; Components: {#COMPN_SCILAB}
31;
32Source: modules\{#SIGPROC}\etc\{#SIGPROC}.quit; DestDir: {app}\modules\{#SIGPROC}\etc; Components: {#COMPN_SCILAB}
33Source: modules\{#SIGPROC}\etc\{#SIGPROC}.start; DestDir: {app}\modules\{#SIGPROC}\etc; Components: {#COMPN_SCILAB}
34;
35Source: modules\{#SIGPROC}\macros\lib; DestDir: {app}\modules\{#SIGPROC}\macros; Components: {#COMPN_SCILAB}
36Source: modules\{#SIGPROC}\macros\*.sci; DestDir: {app}\modules\{#SIGPROC}\macros; Components: {#COMPN_SCILAB}
37Source: modules\{#SIGPROC}\macros\*.bin; DestDir: {app}\modules\{#SIGPROC}\macros; Components: {#COMPN_SCILAB}
38Source: modules\{#SIGPROC}\macros\buildmacros.sce; DestDir: {app}\modules\{#SIGPROC}\macros; Components: {#COMPN_SCILAB}
39Source: modules\{#SIGPROC}\macros\buildmacros.bat; DestDir: {app}\modules\{#SIGPROC}\macros; Components: {#COMPN_SCILAB}
40Source: modules\{#SIGPROC}\macros\cleanmacros.bat; DestDir: {app}\modules\{#SIGPROC}\macros; Components: {#COMPN_SCILAB}
41;
42Source: modules\{#SIGPROC}\demos\*.*; DestDir: {app}\modules\{#SIGPROC}\demos; Flags: recursesubdirs; Components: {#COMPN_SCILAB}
43;
44Source: modules\{#SIGPROC}\tests\*.*; DestDir: {app}\modules\{#SIGPROC}\tests; Flags: recursesubdirs; Components: {#COMPN_SCILAB} and {#COMPN_TESTS}
45;--------------------------------------------------------------------------------------------------------------
46