Try this.

Laurent

John A Hengstler a écrit :
I am getting a "Don't know how to make
'libs\owutil\memorydump\owmemorydump.lib' as show in the attached following
log:

http://sunweb01.hei.net/~john/owmemorydump.lib.log

Can anybody provide feedback on this.  Will I have to do a patch similar to
http://thread.gmane.org/gmane.comp.voip.wengophone.devel/5945


Thanks

John


_______________________________________________
QuteCom-dev mailing list
[email protected]
http://lists.qutecom.org/mailman/listinfo/qutecom-dev



# HG changeset patch
# User Tarrisse Laurent
# Date 1242438606 -7200
# Node ID 414c009dab2d96ff9168e1bab3d463b49dd9fb71
# Parent  414f8449380e4f197afed85baf33637201368b66
bug fix : owmemory dump definition for vc9

diff -r 414f8449380e -r 414c009dab2d libs/owutil/memorydump/CMakeLists.txt
--- a/libs/owutil/memorydump/CMakeLists.txt     Fri May 15 19:56:41 2009 +0200
+++ b/libs/owutil/memorydump/CMakeLists.txt     Sat May 16 03:50:06 2009 +0200
@@ -12,6 +12,10 @@
 
 
 if (MSVC)
+       ow_add_private_definitions(
+               -DOWMEMORYDUMP_DLL
+               -DBUILD_OWMEMORYDUMP_DLL
+       )
        ow_add_private_libraries(
                shlwapi
        )
_______________________________________________
QuteCom-dev mailing list
[email protected]
http://lists.qutecom.org/mailman/listinfo/qutecom-dev

Reply via email to