[CMAKE]
authorJérôme Gardou <jerome.gardou@reactos.org>
Sat, 13 Nov 2010 00:00:04 +0000 (00:00 +0000)
committerJérôme Gardou <jerome.gardou@reactos.org>
Sat, 13 Nov 2010 00:00:04 +0000 (00:00 +0000)
  - fix typo

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

dll/directx/msdmo/CMakeLists.txt

index e2f7b98..97f8d5b 100644 (file)
@@ -15,7 +15,6 @@ add_library(msdmo SHARED
 set_entrypoint(msdmo 0)
 
 target_link_libraries(msdmo
 set_entrypoint(msdmo 0)
 
 target_link_libraries(msdmo
-    ${CMAKE_CURRENT_BINARY_DIR}/msdmo.def
     uuid
     wine)
 
     uuid
     wine)
 
@@ -26,6 +25,6 @@ add_importlibs(msdmo
     kernel32
     ntdll)
 
     kernel32
     ntdll)
 
-add_dependencies(msdmo dxdsk psdk buildno_header)
+add_dependencies(msdmo dxsdk psdk buildno_header)
 
 add_cab_target(msdmo 1)
\ No newline at end of file
 
 add_cab_target(msdmo 1)
\ No newline at end of file