- Lee Schroeder: Add version information.

CORE-7392 #resolve #comment Thanks.

svn path=/trunk/; revision=59780
This commit is contained in:
Aleksey Bragin 2013-08-19 18:11:47 +00:00
parent 4203172aa0
commit 8925f44f91
2 changed files with 6 additions and 0 deletions

View 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

View file

@ -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>