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:
parent
5721b8d38e
commit
cb441954cf
5 changed files with 9 additions and 1 deletions
4
.cvsignore
Normal file
4
.cvsignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
swig
|
||||
configure
|
||||
config.*
|
||||
Makefile
|
||||
2
CHANGES
2
CHANGES
|
|
@ -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
1
Examples/.cvsignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
Makefile
|
||||
1
Source/DOH/Doh/.cvsignore
Normal file
1
Source/DOH/Doh/.cvsignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
Makefile
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue