From b27de19702d69f2a9f9385e8078979c201c27b07 Mon Sep 17 00:00:00 2001 From: Ian Elliott Date: Fri, 6 Feb 2015 18:10:35 -0700 Subject: Win: Allow the demos "tri" and "xglinfo" to build on Windows. These had the WSI hacked out of them, since there isn't yet a standard API in this space, and what was originally done is only for X11. --- loader/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loader') diff --git a/loader/CMakeLists.txt b/loader/CMakeLists.txt index 2d2febfe..bbf5799f 100644 --- a/loader/CMakeLists.txt +++ b/loader/CMakeLists.txt @@ -15,7 +15,7 @@ include_directories( if (WIN32) set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DXGL_PROTOTYPES -D_CRT_SECURE_NO_WARNINGS") - add_library(XGL SHARED loader.c dirent_on_windows.c dispatch.c table_ops.h) + add_library(XGL STATIC loader.c dirent_on_windows.c dispatch.c table_ops.h) set_target_properties(XGL PROPERTIES SOVERSION 0) target_link_libraries(XGL) endif() -- cgit v1.2.3