[GLU32]
authorAleksey Bragin <aleksey@reactos.org>
Mon, 19 Aug 2013 18:11:47 +0000 (18:11 +0000)
committerAleksey Bragin <aleksey@reactos.org>
Mon, 19 Aug 2013 18:11:47 +0000 (18:11 +0000)
- Lee Schroeder: Add version information.

CORE-7392 #resolve #comment Thanks.

svn path=/trunk/; revision=59780

reactos/dll/opengl/glu32/CMakeLists.txt
reactos/dll/opengl/glu32/glu32.rc [new file with mode: 0644]

index 8df5de4..99a8fa3 100644 (file)
@@ -18,6 +18,7 @@ add_definitions(
 spec2def(glu32.dll glu32.spec ADD_IMPORTLIB)
 
 list(APPEND SOURCE
+    glu32.rc
     src/libutil/error.c
     src/libutil/glue.c
     src/libutil/mipmap.c
diff --git a/reactos/dll/opengl/glu32/glu32.rc b/reactos/dll/opengl/glu32/glu32.rc
new file mode 100644 (file)
index 0000000..6c183eb
--- /dev/null
@@ -0,0 +1,5 @@
+#define REACTOS_VERSION_DLL
+#define REACTOS_STR_FILE_DESCRIPTION   "ReactOS OpenGL Utility Library\0"
+#define REACTOS_STR_INTERNAL_NAME      "glu32\0"
+#define REACTOS_STR_ORIGINAL_FILENAME  "glu32.dll\0"
+#include <reactos/version.rc>