File: openctm.rc

package info (click to toggle)
openctm 1.0.3%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,704 kB
  • sloc: ansic: 9,241; cpp: 5,199; python: 735; makefile: 29
file content (26 lines) | stat: -rw-r--r-- 621 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26

1 VERSIONINFO
	FILEVERSION 1,0,3,0
	PRODUCTVERSION 1,0,3,0
	FILEOS 0x4
	FILETYPE 0x2
	BEGIN
		BLOCK "StringFileInfo"
		BEGIN
			BLOCK "040904e4"
			BEGIN
				VALUE "ProductVersion", "1.0.3.0"
				VALUE "FileVersion", "1.0.3.0"
				VALUE "FileDescription", "OpenCTM API shared library"
				VALUE "ProductName", "OpenCTM"
				VALUE "OriginalFilename", "openctm.dll"
				VALUE "LegalCopyright", " 2009-2010 Marcus Geelnard"
				VALUE "License", "This software is released under the zlib/libpng license."
			END
		END

		BLOCK "VarFileInfo"
		BEGIN
			VALUE "Translation", 0x0409, 1252
		END
	END