Author: mordante
Date: Sat Apr 25 18:20:12 2009
New Revision: 35197

URL: http://svn.gna.org/viewcvs/wesnoth?rev=35197&view=rev
Log:
Change some libraries to fix MSVC problems.

Modified:
    trunk/src/CMakeLists.txt

Modified: trunk/src/CMakeLists.txt
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/CMakeLists.txt?rev=35197&r1=35196&r2=35197&view=diff
==============================================================================
--- trunk/src/CMakeLists.txt (original)
+++ trunk/src/CMakeLists.txt Sat Apr 25 18:20:12 2009
@@ -42,8 +42,8 @@
     ${SDLMIXER_LIBRARY}
     ${SDLNET_LIBRARY}
     ${SDLTTF_LIBRARY}
-    ${PANGOCAIRO_LDFLAGS}
-    ${FONTCONFIG_LDFLAGS}
+    ${PANGOCAIRO_LIBRARIES}
+    ${FONTCONFIG_LIBRARIES}
     ${LUA_LIBRARIES}
 )
 


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to