[CMAKE]
authorJérôme Gardou <jerome.gardou@reactos.org>
Sat, 30 Oct 2010 09:22:55 +0000 (09:22 +0000)
committerJérôme Gardou <jerome.gardou@reactos.org>
Sat, 30 Oct 2010 09:22:55 +0000 (09:22 +0000)
  - jscript requires stdole2.tlb

svn path=/branches/cmake-bringup/; revision=49346

dll/win32/jscript/CMakeLists.txt

index 553c3c6..15aa68d 100644 (file)
@@ -50,5 +50,5 @@ add_importlibs(jscript
     kernel32
     ntdll)
 
-add_dependencies(jscript jsglobal jscript_def)
+add_dependencies(jscript jsglobal jscript_def stdole2)
 add_livecd_target(jscript reactos/system32)