* We already have the correct rgs data in place. Fix build.

svn path=/trunk/; revision=57195
This commit is contained in:
Amine Khaldi 2012-08-28 23:17:31 +00:00
parent 55e8e7e844
commit 8fdc3a3391

View file

@ -5,12 +5,8 @@ add_definitions(
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
set_rc_compiler()
spec2def(ddraw.dll ddraw.spec ADD_IMPORTLIB)
add_idl_reg_script(ddraw_classes.idl)
list(APPEND SOURCE
clipper.c
ddraw.c
@ -26,8 +22,7 @@ list(APPEND SOURCE
vertexbuffer.c
viewport.c
${CMAKE_CURRENT_BINARY_DIR}/ddraw_stubs.c
${CMAKE_CURRENT_BINARY_DIR}/ddraw.def
${CMAKE_CURRENT_BINARY_DIR}/ddraw_classes_r.res)
${CMAKE_CURRENT_BINARY_DIR}/ddraw.def)
add_library(ddraw SHARED
${SOURCE}