[CMAKE]
authorAmine Khaldi <amine.khaldi@reactos.org>
Sat, 30 Oct 2010 17:45:01 +0000 (17:45 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Sat, 30 Oct 2010 17:45:01 +0000 (17:45 +0000)
- Fix mshtml.tlb

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

dll/win32/mshtml.tlb/CMakeLists.txt

index 3a0118a..ed67433 100644 (file)
@@ -8,10 +8,11 @@ include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
 
 spec2def(mshtml.tlb mshtml.tlb.spec)
 
-add_library(mshtml.tlb SHARED rsrc.rc
-    mshtml.def)
+add_library(mshtml.tlb SHARED
+    rsrc.rc
+    ${CMAKE_CURRENT_BINARY_DIR}/mshtml.def)
 
 set_entrypoint(mshtml.tlb 0)
 set_target_properties(mshtml.tlb PROPERTIES SUFFIX "")
-
+add_dependencies(mshtml.tlb mshtml_tlb)
 add_cab_target(mshtml.tlb 1)