mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 09:36:33 +00:00
[DDRAW]
* We already have the correct rgs data in place. Fix build. svn path=/trunk/; revision=57195
This commit is contained in:
parent
55e8e7e844
commit
8fdc3a3391
1 changed files with 1 additions and 6 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue