mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
[CMAKE]
* Use our oldnames library instead of libcoldname. svn path=/trunk/; revision=52102
This commit is contained in:
@@ -36,7 +36,7 @@ if(MSVC)
|
||||
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)
|
||||
|
||||
@@ -111,7 +111,7 @@ add_library(glu32 SHARED ${SOURCE})
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user