[ros-diffs] [akhaldi] 52102: [CMAKE] * Use our oldnames library instead of libcoldname.

akhaldi at svn.reactos.org akhaldi at svn.reactos.org
Sun Jun 5 21:24:01 UTC 2011


Author: akhaldi
Date: Sun Jun  5 21:24:00 2011
New Revision: 52102

URL: http://svn.reactos.org/svn/reactos?rev=52102&view=rev
Log:
[CMAKE]
* Use our oldnames library instead of libcoldname.

Modified:
    trunk/reactos/dll/directx/ksproxy/CMakeLists.txt
    trunk/reactos/dll/win32/glu32/CMakeLists.txt

Modified: trunk/reactos/dll/directx/ksproxy/CMakeLists.txt
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/directx/ksproxy/CMakeLists.txt?rev=52102&r1=52101&r2=52102&view=diff
==============================================================================
--- trunk/reactos/dll/directx/ksproxy/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/dll/directx/ksproxy/CMakeLists.txt [iso-8859-1] Sun Jun  5 21:24:00 2011
@@ -36,7 +36,7 @@
 else()
     #FIXME : can't build if this is enabled, check if this is needed
     #set_target_properties(ksproxy PROPERTIES COMPILE_FLAGS "-fno-exceptions -fno-rtti")
-    target_link_libraries(ksproxy -lsupc++ -lgcc -lmingw32 -lcoldname)
+    target_link_libraries(ksproxy -lsupc++ -lgcc -lmingw32 oldnames)
 endif(MSVC)
 
 target_link_libraries(ksproxy stlport  strmiids)

Modified: trunk/reactos/dll/win32/glu32/CMakeLists.txt
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/glu32/CMakeLists.txt?rev=52102&r1=52101&r2=52102&view=diff
==============================================================================
--- trunk/reactos/dll/win32/glu32/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/glu32/CMakeLists.txt [iso-8859-1] Sun Jun  5 21:24:00 2011
@@ -111,7 +111,7 @@
 
 set_entrypoint(glu32 0)
 
-target_link_libraries(glu32 stlport -lsupc++ -lgcc -lmingw32 -lcoldname)
+target_link_libraries(glu32 stlport -lsupc++ -lgcc -lmingw32 oldnames)
 
 add_importlibs(glu32
     opengl32




More information about the Ros-diffs mailing list