"Fossies" - the Fresh Open Source Software Archive 
Member "TeXmacs-2.1.2-src/packages/windows/resource.rc" (5 May 2022, 1122 Bytes) of package /linux/misc/TeXmacs-2.1.2-src.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting (style:
standard) with prefixed line numbers and
code folding option.
Alternatively you can here
view or
download the uninterpreted source code file.
See also the latest
Fossies "Diffs" side-by-side code changes report for "resource.rc":
2.1.1_vs_2.1.2.
1 // Resource file for TeXmacs' main executable.
2 // Compile with windres resource.rc -O coff -o resource.rc.o and link as any
3 // other object file
4
5 appicon ICON "TeXmacs.ico"
6
7 #include <winver.h>
8
9 // Get updates from this appcast feed:
10 FeedURL APPCAST {""}
11
12 // Version information; this, too, is used by WinSparkle
13 1 VERSIONINFO
14 FILEVERSION 2,1,2,0
15 PRODUCTVERSION 2,1,2,0
16 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
17 FILEFLAGS (VS_FF_PATCHED|0)
18 FILEOS VOS_NT_WINDOWS32
19 FILETYPE VFT_APP
20 BEGIN
21 BLOCK "StringFileInfo"
22 BEGIN
23 BLOCK "040904B0" // US English, Unicode
24 BEGIN
25 VALUE "Comments", "TeXmacs, a scientific edition platform."
26 VALUE "CompanyName", "texmacs.org\0"
27 VALUE "FileDescription", "TeXmacsQt Windows\0"
28 VALUE "FileVersion", "2.1.2\0"
29 VALUE "InternalName", "texmacs\0"
30 VALUE "OriginalFilename", "texmacs.exe\0"
31 VALUE "LegalCopyright", "Licensed under GPLv3\0"
32 VALUE "ProductName", "TeXmacs\0"
33 VALUE "ProductVersion", "2.1.2\0"
34 END
35 END
36
37 BLOCK "VarFileInfo"
38 BEGIN
39 VALUE "Translation", 0x0409, 0x04B0
40 END
41 END