From 6b5847aa6a16f58a72635ca83db3680ec76b3507 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Mon, 10 Feb 2014 20:08:53 +0000 Subject: [PATCH] [MESA/MAIN] * We don't need these source files in the static lib. Jerome please review. svn path=/trunk/; revision=62111 --- reactos/dll/opengl/mesa/main/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/dll/opengl/mesa/main/CMakeLists.txt b/reactos/dll/opengl/mesa/main/CMakeLists.txt index 16d9709bb70..5b7e5c57419 100644 --- a/reactos/dll/opengl/mesa/main/CMakeLists.txt +++ b/reactos/dll/opengl/mesa/main/CMakeLists.txt @@ -35,7 +35,7 @@ list(APPEND SOURCE getstring.c hash.c hint.c - histogram.c + #histogram.c image.c imports.c light.c @@ -62,7 +62,7 @@ list(APPEND SOURCE texgetimage.c teximage.c texobj.c - texpal.c + #texpal.c texparam.c texstate.c texstorage.c