File: ctmviewer.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 (29 lines) | stat: -rw-r--r-- 693 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
27
28
29
GLUT_ICON ICON "icons\\openctm.ico"

1 VERSIONINFO
	FILEVERSION 1,0,3,0
	PRODUCTVERSION 1,0,3,0
	FILEOS 0x04
	FILETYPE 0x01
	BEGIN
		BLOCK "StringFileInfo"
		BEGIN
			BLOCK "040904e4"
			BEGIN
				VALUE "ProductVersion", "1.0.3.0"
				VALUE "FileVersion", "1.0.3.0"
				VALUE "FileDescription", "OpenCTM 3D file viewer"
				VALUE "ProductName", "ctmviewer"
				VALUE "OriginalFilename", "ctmviewer.exe"
				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

1 24 "ctmviewer.exe.manifest"