From 467a1201940c6fc3509adfdb0777203ee52715a5 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sat, 11 Jan 2014 21:26:12 +0000 Subject: [PATCH] [GLU32] * Fix whatever Z is attempting to do. svn path=/trunk/; revision=61589 --- reactos/dll/opengl/glu32/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reactos/dll/opengl/glu32/CMakeLists.txt b/reactos/dll/opengl/glu32/CMakeLists.txt index 99a8fa3c874..bb874f69134 100644 --- a/reactos/dll/opengl/glu32/CMakeLists.txt +++ b/reactos/dll/opengl/glu32/CMakeLists.txt @@ -18,7 +18,6 @@ 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 @@ -110,7 +109,7 @@ list(APPEND SOURCE src/libnurbs/nurbtess/searchTree.cc ${CMAKE_CURRENT_BINARY_DIR}/glu32.def) -add_library(glu32 SHARED ${SOURCE}) +add_library(glu32 SHARED ${SOURCE} glu32.rc) set_module_type(glu32 win32dll) if(NOT MSVC)