Author: akhaldi Date: Sun Dec 19 23:00:46 2010 New Revision: 50065
URL: http://svn.reactos.org/svn/reactos?rev=50065&view=rev Log: [CMAKE] - Use an actual entrypoint for oleacc. Reflects r50064.
Modified: branches/cmake-bringup/dll/win32/oleacc/CMakeLists.txt
Modified: branches/cmake-bringup/dll/win32/oleacc/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/oleacc/C... ============================================================================== --- branches/cmake-bringup/dll/win32/oleacc/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/win32/oleacc/CMakeLists.txt [iso-8859-1] Sun Dec 19 23:00:46 2010 @@ -12,14 +12,11 @@
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)