adonthell-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Adonthell-commits] CVS: adonthell/src Makefile.am,1.95,1.96 main.cc,1.5


From: Kai Sterker <address@hidden>
Subject: [Adonthell-commits] CVS: adonthell/src Makefile.am,1.95,1.96 main.cc,1.52,1.53
Date: Wed, 21 Aug 2002 17:15:56 -0400

Update of /cvsroot/adonthell/adonthell/src
In directory subversions:/tmp/cvs-serv19995/src

Modified Files:
        Makefile.am main.cc 
Log Message:
UPDATED code to support SWIG 1.3.14 (thus breaking compatibility with older 
versions)


Index: Makefile.am
===================================================================
RCS file: /cvsroot/adonthell/adonthell/src/Makefile.am,v
retrieving revision 1.95
retrieving revision 1.96
diff -C2 -r1.95 -r1.96
*** Makefile.am 18 Aug 2002 19:53:16 -0000      1.95
--- Makefile.am 21 Aug 2002 21:15:53 -0000      1.96
***************
*** 58,62 ****
             mv $(srcdir)/adonthell.py modules/adonthell.py; \
        else \
!          echo "You need swig >= 1.3.10 in order to re-build this file."; \
           exit 1; \
        fi;
--- 58,62 ----
             mv $(srcdir)/adonthell.py modules/adonthell.py; \
        else \
!          echo "You need swig >= ${SWIG_MINVER} in order to re-build this 
file."; \
           exit 1; \
        fi;

Index: main.cc
===================================================================
RCS file: /cvsroot/adonthell/adonthell/src/main.cc,v
retrieving revision 1.52
retrieving revision 1.53
diff -C2 -r1.52 -r1.53
*** main.cc     10 Aug 2002 22:02:01 -0000      1.52
--- main.cc     21 Aug 2002 21:15:53 -0000      1.53
***************
*** 52,56 ****
       * 
       */
!     void initadonthellc (void);
  }
  
--- 52,56 ----
       * 
       */
!     void init_adonthell (void);
  }
  
***************
*** 71,75 ****
      // Initialise SWIG module. This should go if we ever switch 
      // to dynamic linking
!     initadonthellc ();
      
      python::module = python::import_module ("adonthell"); 
--- 71,75 ----
      // Initialise SWIG module. This should go if we ever switch 
      // to dynamic linking
!     init_adonthell ();
      
      python::module = python::import_module ("adonthell"); 






reply via email to

[Prev in Thread] Current Thread [Next in Thread]