test_sdk/gtl_sdk.iss

42 lines
1.7 KiB
Plaintext

; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "gtl_sdk"
#define MyAppVersion "0.38"
#define MyAppPublisher "GTLab"
#define MyAppURL "www.gtlab.pro"
[Setup]
; NOTE: The value of AppId uniquely identifies this application.
; Do not use the same AppId value in installers for other applications.
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{F66666BA-CAFC-4712-8325-BDE3CAC56477}
AppName={#MyAppName}
AppVersion={#MyAppVersion}
;AppVerName={#MyAppName} {#MyAppVersion}
AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL}
DefaultDirName={pf}\{#MyAppName}
DefaultGroupName={#MyAppName}
OutputBaseFilename={#MyAppName}-{#MyAppVersion}-setup
OutputDir=e:\setups\gt\gtl_sdk
Compression=lzma
SolidCompression=yes
[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
Name: "russian"; MessagesFile: "compiler:Languages\Russian.isl"
[Files]
Source: ".\.output\*"; DestDir: "{app}\lib"; Flags: ignoreversion recursesubdirs createallsubdirs; Excludes: "*.exp, *.ilk, *.pdb"
Source: ".\core\*.h"; DestDir: "{app}\include\core"; Flags: ignoreversion
Source: ".\gui\*.h"; DestDir: "{app}\include\gui"; Flags: ignoreversion recursesubdirs
Source: ".\hw\*.h"; DestDir: "{app}\include\hw"; Flags: ignoreversion; Excludes: "adlink.h"
Source: ".\math\*.h"; DestDir: "{app}\include\math"; Flags: ignoreversion
Source: ".\script\*.h"; DestDir: "{app}\include\script"; Flags: ignoreversion
Source: ".\test_gtl\version.h"; DestDir: "{app}\include"; Flags: ignoreversion
; NOTE: Don't use "Flags: ignoreversion" on any shared system files