Added .cvsignore, Examples/.cvsignore, Source/DOH/Doh/.cvsignore

Source/SWIG1.1/main.cxx: Fixed -I handling bug


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@79 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Loic Dachary 2000-01-13 16:23:52 +00:00
commit cb441954cf
5 changed files with 9 additions and 1 deletions

4
.cvsignore Normal file
View file

@ -0,0 +1,4 @@
swig
configure
config.*
Makefile

View file

@ -1,6 +1,8 @@
SWIG (Simplified Wrapper and Interface Generator)
1/13/00 : loic
Added .cvsignore, Examples/.cvsignore, Source/DOH/Doh/.cvsignore
Source/SWIG1.1/main.cxx: Fixed -I handling bug
Source/Modules1.1/java.cxx: fixed char* -> const char* warnings that are
errors when compiling with gcc-2.95.2
Source/SWIG1.1/main.cxx: cast const char* to char* for String_replace

1
Examples/.cvsignore Normal file
View file

@ -0,0 +1 @@
Makefile

View file

@ -0,0 +1 @@
Makefile

View file

@ -245,7 +245,7 @@ int SWIG_main(int argc, char *argv[], Language *l, Documentation *d) {
}
while (includecount > 0) {
SWIG_add_directory((DOH *) includefiles[includecount--]);
SWIG_add_directory((DOH *) includefiles[--includecount]);
}
// Open up a comment handler