Update of /cvsroot/simspark/simspark/spark/test/coretest
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv30756
Modified Files:
Tag: WIN32
main.cpp
Log Message:
- source config.h to get PACKAGE_NAME
Index: main.cpp
===================================================================
RCS file: /cvsroot/simspark/simspark/spark/test/coretest/main.cpp,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -d -r1.2 -r1.2.2.1
*** main.cpp 10 Mar 2006 00:11:48 -0000 1.2
--- main.cpp 9 Feb 2007 16:12:43 -0000 1.2.2.1
***************
*** 20,23 ****
--- 20,27 ----
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
+ #if HAVE_CONFIG_H
+ #include <config.h>
+ #endif
+
#include <zeitgeist/zeitgeist.h>
#include <oxygen/oxygen.h>
***************
*** 56,60 ****
boost::shared_ptr<Leaf> selectedObject =
! scriptServer->GetContext()->GetObject();
cout << endl << selectedObject->GetFullPath() << "> ";
--- 60,64 ----
boost::shared_ptr<Leaf> selectedObject =
! scriptServer->GetContext()->GetSelection();
cout << endl << selectedObject->GetFullPath() << "> ";
|