summaryrefslogtreecommitdiff
path: root/glamac.rc
diff options
context:
space:
mode:
Diffstat (limited to 'glamac.rc')
-rw-r--r--glamac.rc27
1 files changed, 27 insertions, 0 deletions
diff --git a/glamac.rc b/glamac.rc
new file mode 100644
index 0000000..b656313
--- /dev/null
+++ b/glamac.rc
@@ -0,0 +1,27 @@
+// Application icon
+1 ICON "res/icons/glamac_icon.ico"
+
+// Optional: version information
+1 VERSIONINFO
+FILEVERSION 1,0,0,0
+PRODUCTVERSION 1,0,0,0
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "040904E4" // U.S. English, multilingual charset
+ BEGIN
+ VALUE "CompanyName", "optics-design.com"
+ VALUE "FileDescription", "Optical Glass Map"
+ VALUE "FileVersion", "1.0.0"
+ VALUE "InternalName", "glamac"
+ VALUE "LegalCopyright", "Copyright (C) 2025 optics-design.com"
+ VALUE "OriginalFilename", "glamac.exe"
+ VALUE "ProductName", "GlaMaC"
+ VALUE "ProductVersion", "0.1.0"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x409, 1252 // U.S. English, Windows ANSI
+ END
+END
Back to https://optics-design.com