Author: spetreolle Date: Fri Nov 12 12:46:54 2010 New Revision: 49568
URL: http://svn.reactos.org/svn/reactos?rev=49568&view=rev Log: [CMAKE] Move jscript stdole2 dependency to jsglobal.
Modified: branches/cmake-bringup/dll/win32/jscript/CMakeLists.txt
Modified: branches/cmake-bringup/dll/win32/jscript/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/jscript/... ============================================================================== --- branches/cmake-bringup/dll/win32/jscript/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/win32/jscript/CMakeLists.txt [iso-8859-1] Fri Nov 12 12:46:54 2010 @@ -1,5 +1,6 @@
ADD_TYPELIB(jsglobal jsglobal.idl) +add_dependencies(jsglobal stdole2)
remove_definitions(-D_WIN32_WINNT=0x502) add_definitions(-D_WIN32_WINNT=0x600) @@ -51,5 +52,5 @@ kernel32 ntdll)
-add_dependencies(jscript jsglobal stdole2) +add_dependencies(jscript jsglobal) add_cab_target(jscript 1)