- Put output from MSVC into the relevant output-i386 / obj-i386 files
[reactos.git] / rosapps / notevil / notevil.rc
index 3245045..ddcf652 100644 (file)
@@ -1,49 +1,19 @@
-/* $Id: notevil.rc,v 1.8 2002/09/03 18:44:17 chorns Exp $ */
-#include <windows.h>
-#include "../../reactos/include/reactos/resource.h"
+/* $Id$ */
 
-LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
-
-/* Version information. */
-
-VS_VERSION_INFO VERSIONINFO
-       FILEVERSION     RES_UINT_FV_MAJOR,RES_UINT_FV_MINOR,RES_UINT_FV_REVISION,RES_UINT_FV_BUILD
-       PRODUCTVERSION  RES_UINT_PV_MAJOR,RES_UINT_PV_MINOR,RES_UINT_PV_REVISION,RES_UINT_PV_BUILD
-       FILEFLAGSMASK   0x3fL
-#ifdef _DEBUG
-       FILEFLAGS       0x1L
-#else
-       FILEFLAGS       0x0L
-#endif
-       FILEOS          0x40004L
-       FILETYPE        0x2L
-       FILESUBTYPE     0x0L
-BEGIN
-    BLOCK "StringFileInfo"
-    BEGIN
-        BLOCK "040904b0"
-        BEGIN
-            VALUE "CompanyName",       RES_STR_COMPANY_NAME
-            VALUE "FileDescription",   "ReactOS Coders Console Parade\0"
-            VALUE "FileVersion",       RES_STR_PRODUCT_VERSION
-            VALUE "InternalName",      "notevil\0"
-            VALUE "LegalCopyright",    RES_STR_LEGAL_COPYRIGHT
-            VALUE "OriginalFilename",  "notevil.exe\0"
-            VALUE "ProductName",       RES_STR_PRODUCT_NAME
-            VALUE "ProductVersion",    RES_STR_PRODUCT_VERSION
-        END
-    END
-    BLOCK "VarFileInfo"
-    BEGIN
-        VALUE "Translation", 0x409, 1200
-    END
-END
+#define REACTOS_STR_FILE_DESCRIPTION   "ReactOS Coders Console Parade\0"
+#define REACTOS_STR_INTERNAL_NAME      "notevil\0"
+#define REACTOS_STR_ORIGINAL_FILENAME  "notevil.exe\0"
+#include <reactos/version.rc>
 
 /*
  * String table
  *
  * Order is the same as in the status report published weekly in
- * the "ros-kernel" mailing list by Rex Jolliff.
+ * the "ros-kernel" mailing list by Rex Jolliff. (obsolete)
+ *
+ * 20050116.EA: new coders are added scanning the ros-svn mailing
+ * list, in no particular order. Current order is kept for historical
+ * reason.
  *
  */
 STRINGTABLE MOVEABLE
@@ -63,6 +33,10 @@ BEGIN
  13, "Brian Palmer"
  14, "Matt Pyne"
  15, "Jason Weiler"
+END
+
+STRINGTABLE MOVEABLE
+BEGIN
  16, "David Welch"
  17, "Emanuele Aliberti"
  18, "Phillip Susi"
@@ -73,6 +47,29 @@ BEGIN
  23, "Steven Edwards"
  24, "KJK::Hyperion"
  25, "Robert Dickenson"
+ 26, "Eugene Ingerman"
+ 27, "Guido de Jong"
+ 28, "Jurgen van Gael"
+ 29, "Marty Dill"
+ 30, "Ge van Geldorp"
+END
+
+STRINGTABLE MOVEABLE
+BEGIN
+ 31, "Richard Campbell"
+ 32, "Gunnar Andre' Dalsnes"
+ 33, "Aleksey Bragin"
+ 34, "Royce Mitchell III"
+ 35, "Mark Tempel"
+ 36, "Art Yerkes"
+ 37, "Martin Fuchs"
+ 38, "Vizzini"
+ 39, "Filip Navara"
+ 40, "Andrew Greenwood"
+ 41, "Thomas Weidenmueller"
+ 42, "Jonathan Wilson"
+ 43, "Alex Ionescu"
+ 44, "Jim Tabor"
 END
 
 /* EOF */