Author: tkreuzer
Date: Tue Feb 1 20:23:33 2011
New Revision: 50586
URL: http://svn.reactos.org/svn/reactos?rev=50586&view=rev
Log:
[MSCMS]
mscms needs to link to advapi32, currently gcc builds optimize the calls to
Reg* apis away, because of unimplemented fucntions.
Modified:
branches/cmake-bringup/dll/win32/mscms/CMakeLists.txt
Modified: branches/cmake-bringup/dll/win32/mscms/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/mscms/CMakeLists.txt?rev=50586&r1=50585&r2=50586&view=diff
==============================================================================
--- branches/cmake-bringup/dll/win32/mscms/CMakeLists.txt [iso-8859-1]
(original)
+++ branches/cmake-bringup/dll/win32/mscms/CMakeLists.txt [iso-8859-1] Tue Feb
1 20:23:33 2011
@@ -21,5 +21,5 @@
set_module_type(mscms win32dll)
target_link_libraries(mscms wine)
-add_importlibs(mscms msvcrt kernel32 ntdll)
+add_importlibs(mscms msvcrt advapi32 kernel32 ntdll)
add_cab_target(mscms 1)