Update of /cvsroot/luabind/luabind/luabind/examples/any_converter
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15879/luabind/examples/any_converter
Modified Files:
Jamfile any_converter.cpp
Log Message:
merged in changes from beta7-devel2 (tag: beta7-devel2-merge)
Index: any_converter.cpp
===================================================================
RCS file: /cvsroot/luabind/luabind/luabind/examples/any_converter/any_converter.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- any_converter.cpp 4 Apr 2004 16:14:05 -0000 1.3
+++ any_converter.cpp 28 Nov 2005 20:55:34 -0000 1.4
@@ -19,8 +19,6 @@
return false;
}
-#define LUABIND_NO_HEADERS_ONLY
-
#include <luabind/luabind.hpp>
#include <boost/any.hpp>
Index: Jamfile
===================================================================
RCS file: /cvsroot/luabind/luabind/luabind/examples/any_converter/Jamfile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Jamfile 4 Apr 2004 16:36:24 -0000 1.1
+++ Jamfile 28 Nov 2005 20:55:34 -0000 1.2
@@ -5,3 +5,5 @@
/luabind//luabind
;
+stage . : any_converter ;
+
|