mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 09:16:17 +00:00
[UNICOWS]
- doesn't have an entry point svn path=/trunk/; revision=53237
This commit is contained in:
parent
6b69d04d59
commit
27329d3e73
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@ list(APPEND SOURCE
|
||||||
|
|
||||||
add_library(unicows SHARED ${SOURCE})
|
add_library(unicows SHARED ${SOURCE})
|
||||||
|
|
||||||
set_module_type(unicows win32dll)
|
set_entrypoint(unicows 0)
|
||||||
|
|
||||||
add_importlibs(unicows
|
add_importlibs(unicows
|
||||||
avicap32
|
avicap32
|
||||||
msvfw32
|
msvfw32
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue