linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #06689
[Branch ~dcplusplus-team/dcplusplus/trunk] Rev 3219: dwt test resource
------------------------------------------------------------
revno: 3219
committer: poy <poy@xxxxxxxxxx>
branch nick: trunk
timestamp: Sat 2013-03-16 14:24:41 +0100
message:
dwt test resource
added:
dwt/test/resource.rc
--
lp:dcplusplus
https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk
Your team Dcplusplus-team is subscribed to branch lp:dcplusplus.
To unsubscribe from this branch go to https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk/+edit-subscription
=== added file 'dwt/test/resource.rc'
--- dwt/test/resource.rc 1970-01-01 00:00:00 +0000
+++ dwt/test/resource.rc 2013-03-16 13:24:41 +0000
@@ -0,0 +1,42 @@
+#if defined x86
+1 24 "res/DCPlusPlus.manifest.x86"
+#elif defined x64
+1 24 "res/DCPlusPlus.manifest.x64"
+#elif defined ia64
+1 24 "res/DCPlusPlus.manifest.ia64"
+#else
+#error "manifest: unknown arch"
+#endif
+
+1 VERSIONINFO
+ FILEVERSION 1,0,0,0
+ PRODUCTVERSION 1,0,0,0
+ FILEFLAGSMASK 0x3fL
+#ifdef _DEBUG
+ FILEFLAGS 0x1L
+#else
+ FILEFLAGS 0x0L
+#endif
+ FILEOS 0x40004L
+ FILETYPE 0x1L
+ FILESUBTYPE 0x0L
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "040904b0"
+ BEGIN
+ VALUE "Comments", "http://dcplusplus.sourceforge.net"
+ VALUE "FileDescription", "Test"
+ VALUE "FileVersion", "1, 0, 0, 0"
+ VALUE "InternalName", "Test"
+ VALUE "LegalCopyright", "Copyright 2001-2013 Jacek Sieka"
+ VALUE "OriginalFilename", "test.exe"
+ VALUE "ProductName", "Test"
+ VALUE "ProductVersion", "1, 0, 0, 0"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x409, 1200
+ END
+END