mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[GLU32]
- Lee Schroeder: Add version information. CORE-7392 #resolve #comment Thanks. svn path=/trunk/; revision=59780
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user