From 7d646cb4f5aff27bfc84e270d07eb07e44c170ad Mon Sep 17 00:00:00 2001 From: Redmond Urbino Date: Tue, 20 Oct 2009 02:21:42 +0000 Subject: [PATCH] Notes for building the associated Awesomium.dll --- panda/src/awesomium/ReadMe.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 panda/src/awesomium/ReadMe.txt diff --git a/panda/src/awesomium/ReadMe.txt b/panda/src/awesomium/ReadMe.txt new file mode 100644 index 0000000000..faa064455a --- /dev/null +++ b/panda/src/awesomium/ReadMe.txt @@ -0,0 +1,8 @@ +See http://www.sirikata.com/wiki/index.php?title=Compiling_Awesomium + +But the Chromium revision 22725. +The awesomium git repository used is at: http://github.com/pathorn/awesomium/network +The version of awesomium is from the master August 7 checkin, tree fc3239b4f49031285682cb5d78256d56e9001b66 + +Any method that had a wstring in the parameter, a second method was created which just accepts all std::string. This fixes the VC7 - VC9 linker error. +