summaryrefslogtreecommitdiffstats
path: root/kbdneo2/Quelldateien/kbdneo2.rc
diff options
context:
space:
mode:
authorflorian <florian@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-05-06 07:47:03 +0000
committerflorian <florian@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-05-06 07:47:03 +0000
commit0012904f168be57d1c98ec187572174c330eb14f (patch)
treedf9b8158473910111f776ed62f38c729173af8bf /kbdneo2/Quelldateien/kbdneo2.rc
parent7ec1eaf246160591da77907432ee990b49659671 (diff)
git-svn-id: https://svn.neo-layout.org@501 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'kbdneo2/Quelldateien/kbdneo2.rc')
-rw-r--r--kbdneo2/Quelldateien/kbdneo2.rc11
1 files changed, 11 insertions, 0 deletions
diff --git a/kbdneo2/Quelldateien/kbdneo2.rc b/kbdneo2/Quelldateien/kbdneo2.rc
new file mode 100644
index 0000000..ec83d64
--- /dev/null
+++ b/kbdneo2/Quelldateien/kbdneo2.rc
@@ -0,0 +1,11 @@
+#include <windows.h>
+#include <ntverp.h>
+
+#define VER_FILETYPE VFT_DLL
+#define VER_FILESUBTYPE VFT2_DRV_KEYBOARD
+#define VER_FILEDESCRIPTION_STR "NEO2 German ergonomic Keyboard Layout"
+#define VER_INTERNALNAME_STR "kbdneo2"
+#define VER_ORIGINALFILENAME_STR "kbdneo2.dll"
+
+#define VER_LANGNEUTRAL
+#include "common.ver"