Author: fireball
Date: Mon Aug 19 18:11:47 2013
New Revision: 59780
URL:
http://svn.reactos.org/svn/reactos?rev=59780&view=rev
Log:
[GLU32]
- Lee Schroeder: Add version information.
CORE-7392 #resolve #comment Thanks.
Added:
trunk/reactos/dll/opengl/glu32/glu32.rc (with props)
Modified:
trunk/reactos/dll/opengl/glu32/CMakeLists.txt
Modified: trunk/reactos/dll/opengl/glu32/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/glu32/CMakeList…
==============================================================================
--- trunk/reactos/dll/opengl/glu32/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/dll/opengl/glu32/CMakeLists.txt [iso-8859-1] Mon Aug 19 18:11:47 2013
@@ -18,6 +18,7 @@
spec2def(glu32.dll glu32.spec ADD_IMPORTLIB)
list(APPEND SOURCE
+ glu32.rc
src/libutil/error.c
src/libutil/glue.c
src/libutil/mipmap.c
Added: trunk/reactos/dll/opengl/glu32/glu32.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/glu32/glu32.rc?…
==============================================================================
--- trunk/reactos/dll/opengl/glu32/glu32.rc (added)
+++ trunk/reactos/dll/opengl/glu32/glu32.rc [iso-8859-1] Mon Aug 19 18:11:47 2013
@@ -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>
Propchange: trunk/reactos/dll/opengl/glu32/glu32.rc
------------------------------------------------------------------------------
svn:eol-style = native