forked from swig/swig
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4191 626c5289-ae23-0410-ae9c-e8d60b6d4f22
- Loading branch information
Showing
1 changed file
with
1 addition
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,2 @@ | ||
/* This -*-c-*- file contains SWIG specific configuration data for those modules | ||
that care */ | ||
|
||
/* Directory where to find the machine-independent SWIG files */ | ||
|
||
#define SWIG_LIB "/swig_root/lib/" | ||
|
||
/* Default language */ | ||
|
||
#define SWIG_LANG "-tcl" | ||
|
||
/* Values returned by swig when invoked with the -ldflags option */ | ||
|
||
#define SWIG_PERL_RUNTIME "-L@-exec_prefix-@/lib -lswigpl@-release_suffix-@" | ||
#define SWIG_PYTHON_RUNTIME "-L@-exec_prefix-@/lib -lswigpy@-release_suffix-@" | ||
#define SWIG_TCL_RUNTIME "-L@-exec_prefix-@/lib -lswigtcl@-release_suffix-@" | ||
#define SWIG_RUBY_RUNTIME "-L@-exec_prefix-@/lib -lswigrb@-release_suffix-@" | ||
#define SWIG_GUILE_RUNTIME "-L@-exec_prefix-@/lib -lswigguile@-release_suffix-@" | ||
#define SWIG_PIKE_RUNTIME "-L@-exec_prefix-@/lib -lswigpike@-release_suffix-@" | ||
/* Note that this file has changed. TODO Get the latest from the original version. */ |