Use the system angle brackets for %include
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7871 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
79aedd92d7
commit
e013e7ff5a
52 changed files with 132 additions and 134 deletions
|
|
@ -5,8 +5,8 @@
|
|||
//
|
||||
// Common implementation
|
||||
|
||||
%include std_common.i
|
||||
%include exception.i
|
||||
%include <std_common.i>
|
||||
%include <exception.i>
|
||||
|
||||
// ------------------------------------------------------------------------
|
||||
// std::pair
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ both static and dynamic loading, put something like this in your
|
|||
interface file :
|
||||
|
||||
#ifdef STATIC
|
||||
%include tclsh.i
|
||||
%include <tclsh.i>
|
||||
#endif
|
||||
%}
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
%include <typemaps/fragments.swg>
|
||||
|
||||
/* Look for user fragments file. */
|
||||
%include "tclfragments.swg"
|
||||
%include <tclfragments.swg>
|
||||
|
||||
/* Tcl fragments for primitve types */
|
||||
%include <tclprimtypes.swg>
|
||||
|
|
|
|||
|
|
@ -7,6 +7,9 @@
|
|||
//
|
||||
/* Revision History
|
||||
* $Log$
|
||||
* Revision 1.4 2005/11/26 09:28:20 wsfulton
|
||||
* Use the system angle brackets for %include
|
||||
*
|
||||
* Revision 1.3 2002/11/30 22:10:09 beazley
|
||||
* *** empty log message ***
|
||||
*
|
||||
|
|
@ -37,7 +40,7 @@ both static and dynamic loading, put something like this in your
|
|||
interface file :
|
||||
|
||||
#ifdef STATIC
|
||||
%include wish.i
|
||||
%include <wish.i>
|
||||
#endif
|
||||
|
||||
A startup file may be specified by defining the symbol SWIG_RcFileName
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue