diff options
| author | Amlal <amlal@el-mahrouss-logic.com> | 2024-09-28 19:13:46 +0200 |
|---|---|---|
| committer | Amlal <amlal@el-mahrouss-logic.com> | 2024-09-28 19:13:46 +0200 |
| commit | 421db65331663304466577b7187780d9eba18077 (patch) | |
| tree | 3c7c4dc68537935b8cf98313e6a5bfe51786b7d2 /meta | |
| parent | b6e416c9986bb545956a642d626e6aafd54f3b76 (diff) | |
feat: Add common XPCOM controls directory, restructure project, and introduce API breaking changes
- Added a new directory for common XPCOM controls to organize reusable components.
- Restructured project layout for better modularity and maintainability.
- Introduced API breaking changes in the process, requiring adjustments for backward compatibility.
Signed-off-by: Amlal <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/sdk_install.iss | 13 | ||||
| -rw-r--r-- | meta/zka_licensing.rtf (renamed from meta/LICENSE.rtf) | 0 |
2 files changed, 7 insertions, 6 deletions
diff --git a/meta/sdk_install.iss b/meta/sdk_install.iss index 789bf29e..a22447bb 100644 --- a/meta/sdk_install.iss +++ b/meta/sdk_install.iss @@ -1,7 +1,7 @@ ; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
-#define ZkaAppName "ZKA OS C++ Headers."
+#define ZkaAppName "ZKA OS C/C++ and XPCOM Headers."
#define ZkaAppVersion "1.00"
#define ZkaAppPublisher "ZKA Software B.V"
#define ZkaAppURL "https://www.zka-software.com/"
@@ -19,7 +19,7 @@ AppSupportURL={#ZkaAppURL} AppUpdatesURL={#ZkaAppURL}
DefaultDirName={autopf}\{#ZkaAppName}
DefaultGroupName=ZKA OS Headers
-LicenseFile=.\LICENSE.rtf
+LicenseFile=.\zka_licensing.rtf
; Remove the following line to run in administrative install mode (install for all users.)
PrivilegesRequired=lowest
OutputBaseFilename=zka-sdk
@@ -33,11 +33,12 @@ SetupIconFile=.\setup.ico Name: "english"; MessagesFile: "compiler:Default.isl"
[Files]
-Source: "..\dev\sci\*.hxx"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
-Source: "..\dev\crt\*.hxx"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
+Source: "..\dev\sci\*.hxx"; DestDir: "{app}\sci"; Flags: ignoreversion recursesubdirs createallsubdirs
+Source: "..\dev\crt\*.hxx"; DestDir: "{app}\crt"; Flags: ignoreversion recursesubdirs createallsubdirs
+Source: "..\dev\comm\*.idl"; DestDir: "{app}\comm"; Flags: ignoreversion recursesubdirs createallsubdirs
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
-
+
[Files]
Source: ".\background.bmp"; Flags: dontcopy
@@ -56,4 +57,4 @@ begin BackgroundImage.Stretch := True;
ExtractTemporaryFile('background.bmp');
BackgroundImage.Bitmap.LoadFromFile(ExpandConstant('{tmp}\background.bmp'));
-end;
\ No newline at end of file +end;
diff --git a/meta/LICENSE.rtf b/meta/zka_licensing.rtf index 4ca3b7d2..4ca3b7d2 100644 --- a/meta/LICENSE.rtf +++ b/meta/zka_licensing.rtf |
