* Fix whatever Z is attempting to do.

svn path=/trunk/; revision=61589
This commit is contained in:
Amine Khaldi 2014-01-11 21:26:12 +00:00
parent e7e1ec28e5
commit 467a120194

View file

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