Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe/future
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30532/adobe-source/adobe/future
Modified Files:
assemblage.hpp
Log Message:
These are some of Tobias Schwinger's changes to make ASL (and visual) build with the MinGW GCC compiler on Windows. More information on the effort is in https://sourceforge.net/tracker/?func=detail&atid=724218&aid=1180074&group_id=132417 .
cmath.hpp: use ADOBE_PLATFORM_WIN instead of BOOST_MSVC
eve.hpp: reorder member variable definitions to avoid initialization warnings.
future/assemblage.hpp: include boost/bind.hpp, because it is used later in the file.
source/istream.cpp: reorder member variable initialization list to avoid warnings.
test/eve_smoke/main.cpp: added a newline to the end of the file.
test/visual/Jamfile: add correct link flags for MinGW toolset, only include resource file for MSVC build.
I will commit more of Tobias changes once I've had the opportunity to test them (the changes which remain should always be in bug 1180074).
Index: assemblage.hpp
===================================================================
RCS file: /cvsroot/adobe-source/sandbox/adobe-source/adobe/future/assemblage.hpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** assemblage.hpp 30 Mar 2005 01:46:18 -0000 1.2
--- assemblage.hpp 10 Apr 2005 08:15:14 -0000 1.3
***************
*** 13,16 ****
--- 13,17 ----
#include <vector>
+ #include <boost/bind.hpp>
#include <boost/signal.hpp>
#include <boost/function.hpp>
|