[ros-diffs] [spetreolle] 49568: [CMAKE] Move jscript stdole2 dependency to jsglobal.

spetreolle at svn.reactos.org spetreolle at svn.reactos.org
Fri Nov 12 12:46:55 UTC 2010


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/CMakeLists.txt?rev=49568&r1=49567&r2=49568&view=diff
==============================================================================
--- 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)




More information about the Ros-diffs mailing list