mirror of
https://github.com/gnustep/libs-steptalk.git
synced 2025-02-21 10:41:04 +00:00
17 lines
233 B
Text
17 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");
|
||
|
}
|