From 8925f44f91c82ecd26bb428e7c161611412b957c Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Mon, 19 Aug 2013 18:11:47 +0000 Subject: [PATCH] [GLU32] - Lee Schroeder: Add version information. CORE-7392 #resolve #comment Thanks. svn path=/trunk/; revision=59780 --- reactos/dll/opengl/glu32/CMakeLists.txt | 1 + reactos/dll/opengl/glu32/glu32.rc | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 reactos/dll/opengl/glu32/glu32.rc diff --git a/reactos/dll/opengl/glu32/CMakeLists.txt b/reactos/dll/opengl/glu32/CMakeLists.txt index 8df5de4b718..99a8fa3c874 100644 --- a/reactos/dll/opengl/glu32/CMakeLists.txt +++ b/reactos/dll/opengl/glu32/CMakeLists.txt @@ -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 index 00000000000..6c183eb5421 --- /dev/null +++ b/reactos/dll/opengl/glu32/glu32.rc @@ -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