mirror of
https://github.com/gnustep/libs-steptalk.git
synced 2025-02-19 18:00:45 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@15602 72102866-910b-0410-8b05-ffd578937521
16 lines
233 B
Text
16 lines
233 B
Text
/** GDL2.stenv
|
|
|
|
To use:
|
|
> stexec -env GDL2 script_name
|
|
or
|
|
> stshell -env GDL2
|
|
*/
|
|
|
|
{
|
|
Name = "GDL2";
|
|
|
|
/* Finders = (DistributedFinder); */
|
|
Modules = (GDL2, ObjectiveC);
|
|
|
|
Use = ("Standard");
|
|
}
|