[desk.cpl]

- revert unintended change

svn path=/trunk/; revision=53753
This commit is contained in:
Giannis Adamopoulos 2011-09-19 13:24:48 +00:00
parent 22cbaa54ac
commit e11560bf1b

View file

@ -1,7 +1,6 @@
add_definitions(-D_WIN32)
set_unicode()
set_rc_compiler()
spec2def(desk.cpl desk.spec)
@ -27,7 +26,7 @@ add_library(desk SHARED
theme.c
${CMAKE_CURRENT_BINARY_DIR}/desk.def)
set_module_type(desk cpl)
set_module_type(desk cpl UNICODE)
target_link_libraries(desk uuid)