swig/Source/Modules
William S Fulton 01033bcdf3 Modifications to work on MacOS, submitted by Bernard Desgraupes.
Mainly ensuring the files are output in the appropriate directory.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4203 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-16 21:20:53 +00:00
..
.cvsignore *** empty log message *** 2002-12-03 20:36:14 +00:00
allocate.cxx Fixed [ 649022 ] Compilation problems with KAI/KCC 2002-12-06 20:10:56 +00:00
browser.cxx Version simplification 2002-12-11 22:33:00 +00:00
contract.cxx File move 2002-12-03 20:33:35 +00:00
emit.cxx Fixed [ 649022 ] Compilation problems with KAI/KCC 2002-12-06 20:10:56 +00:00
guile.cxx File move 2002-12-03 20:33:35 +00:00
java.cxx Modifications to work on MacOS, submitted by Bernard Desgraupes. 2002-12-16 21:20:53 +00:00
lang.cxx File move 2002-12-03 20:33:35 +00:00
main.cxx Simplification of version string. Use autoconf's PACKAGE_VERSION instead. 2002-12-11 22:36:03 +00:00
Makefile.in Fixed subtle bug where 'make prefix=/somewhere; make clean; make prefix=/somwhere/else' produced an executable using the incorrect library directories. 2002-12-11 22:37:05 +00:00
module.cxx File move 2002-12-03 20:33:35 +00:00
mzscheme.cxx Version simplification. 2002-12-11 22:39:28 +00:00
ocaml.cxx Modifications to work on MacOS, submitted by Bernard Desgraupes. 2002-12-16 21:20:53 +00:00
overload.cxx File move 2002-12-03 20:33:35 +00:00
perl5.cxx File move 2002-12-03 20:33:35 +00:00
php4.cxx Modifications to work on MacOS, submitted by Bernard Desgraupes. 2002-12-16 21:20:53 +00:00
pike.cxx Version simplification. 2002-12-11 22:39:28 +00:00
python.cxx File move 2002-12-03 20:33:35 +00:00
README File move 2002-12-03 20:33:35 +00:00
ruby.cxx Fixed [ 649022 ] Compilation problems with KAI/KCC 2002-12-06 20:10:56 +00:00
s-exp.cxx Fixed [ 649022 ] Compilation problems with KAI/KCC 2002-12-06 20:10:56 +00:00
swigmain.cxx File move 2002-12-03 20:33:35 +00:00
swigmod.h Version simplification 2002-12-11 22:33:00 +00:00
tcl8.cxx File move 2002-12-03 20:33:35 +00:00
typepass.cxx File move 2002-12-03 20:33:35 +00:00
xml.cxx File move 2002-12-03 20:33:35 +00:00

06/25/2002

This directory contains all of the SWIG language modules.  Many of these
modules contain code that dates back to SWIG1.0.  The module API has changed
a lot in the development releases so this is fairly messy.  We're working on
cleaning it up, but you'll have to bear with us until it's done.

-- Dave