add initial stl.i to ensure proper file inclussion and extensions for each language

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8232 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2006-01-06 00:37:31 +00:00
commit 69c14f087e
10 changed files with 46 additions and 6 deletions

7
Lib/csharp/stl.i Normal file
View file

@ -0,0 +1,7 @@
/* initial STL definition. extended as needed in each language */
%include <std_common.i>
%include <std_string.i>
%include <std_vector.i>
%include <std_map.i>
%include <std_pair.i>

7
Lib/guile/stl.i Normal file
View file

@ -0,0 +1,7 @@
/* initial STL definition. extended as needed in each language */
%include <std_common.i>
%include <std_string.i>
%include <std_vector.i>
%include <std_map.i>
%include <std_pair.i>

7
Lib/java/stl.i Normal file
View file

@ -0,0 +1,7 @@
/* initial STL definition. extended as needed in each language */
%include <std_common.i>
%include <std_string.i>
%include <std_vector.i>
%include <std_map.i>
%include <std_pair.i>

7
Lib/mzscheme/stl.i Normal file
View file

@ -0,0 +1,7 @@
/* initial STL definition. extended as needed in each language */
%include <std_common.i>
%include <std_string.i>
%include <std_vector.i>
%include <std_map.i>
%include <std_pair.i>

7
Lib/ocaml/stl.i Normal file
View file

@ -0,0 +1,7 @@
/* initial STL definition. extended as needed in each language */
%include <std_common.i>
%include <std_string.i>
%include <std_vector.i>
%include <std_map.i>
%include <std_pair.i>

View file

@ -1,4 +1,4 @@
/* initial STL definition */
/* initial STL definition. extended as needed in each language */
%include <std_common.i>
%include <std_string.i>
%include <std_vector.i>

7
Lib/php4/stl.i Normal file
View file

@ -0,0 +1,7 @@
/* initial STL definition. extended as needed in each language */
%include <std_common.i>
%include <std_string.i>
%include <std_vector.i>
%include <std_map.i>
%include <std_pair.i>

View file

@ -1,4 +1,4 @@
/* initial STL definition */
/* initial STL definition. extended as needed in each language */
%include <std_common.i>
%include <std_string.i>
%include <std_vector.i>

View file

@ -1,5 +1,4 @@
/* initial STL definition */
/* initial STL definition. extended as needed in each language */
%include <std_common.i>
%include <std_string.i>
%include <std_vector.i>

View file

@ -1,5 +1,4 @@
/* initial STL definition */
/* initial STL definition. extended as needed in each language */
%include <std_common.i>
%include <std_string.i>
%include <std_vector.i>