- Use an actual entrypoint for oleacc. Reflects r50064.

svn path=/branches/cmake-bringup/; revision=50065
This commit is contained in:
Amine Khaldi 2010-12-19 23:00:46 +00:00
parent 94ac46c49e
commit 12c5516985

View file

@ -12,14 +12,11 @@ list(APPEND SOURCE
add_library(oleacc SHARED ${SOURCE})
set_entrypoint(oleacc 0)
set_module_type(oleacc win32dll)
target_link_libraries(oleacc wine)
add_importlibs(oleacc
user32
kernel32
ntdll)
add_importlibs(oleacc user32 msvcrt kernel32 ntdll)
add_importlib_target(oleacc.spec)
add_cab_target(oleacc 1)