[ros-diffs] [jgardou] 49572: [CMAKE] - fix typo

jgardou at svn.reactos.org jgardou at svn.reactos.org
Sat Nov 13 00:00:05 UTC 2010


Author: jgardou
Date: Sat Nov 13 00:00:04 2010
New Revision: 49572

URL: http://svn.reactos.org/svn/reactos?rev=49572&view=rev
Log:
[CMAKE]
  - fix typo

Modified:
    branches/cmake-bringup/dll/directx/msdmo/CMakeLists.txt

Modified: branches/cmake-bringup/dll/directx/msdmo/CMakeLists.txt
URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/directx/msdmo/CMakeLists.txt?rev=49572&r1=49571&r2=49572&view=diff
==============================================================================
--- branches/cmake-bringup/dll/directx/msdmo/CMakeLists.txt [iso-8859-1] (original)
+++ branches/cmake-bringup/dll/directx/msdmo/CMakeLists.txt [iso-8859-1] Sat Nov 13 00:00:04 2010
@@ -15,7 +15,6 @@
 set_entrypoint(msdmo 0)
 
 target_link_libraries(msdmo
-    ${CMAKE_CURRENT_BINARY_DIR}/msdmo.def
     uuid
     wine)
 
@@ -26,6 +25,6 @@
     kernel32
     ntdll)
 
-add_dependencies(msdmo dxdsk psdk buildno_header)
+add_dependencies(msdmo dxsdk psdk buildno_header)
 
 add_cab_target(msdmo 1)




More information about the Ros-diffs mailing list