Major cleanup of comments
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@128 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
8a914e8bce
commit
fc2fb1ff98
25 changed files with 769 additions and 853 deletions
|
|
@ -279,7 +279,11 @@ int SWIG_main(int argc, char *argv[], Language *l, Documentation *d) {
|
|||
|
||||
Swig_check_options();
|
||||
|
||||
Swig_set_library(LibDir);
|
||||
{
|
||||
DOH *rl = NewString("");
|
||||
Printf(rl,"%s/%s", SwigLib,LibDir);
|
||||
Swig_add_directory(rl);
|
||||
}
|
||||
|
||||
// If we made it this far, looks good. go for it....
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue