libs-steptalk/Source/Environments/Standard.stenv
Stefan Urbanek 1bdf3cb02b Small Fix for shell
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@15618 72102866-910b-0410-8b05-ffd578937521
2003-01-17 13:36:41 +00:00

12 lines
212 B
Text

/** Standard.stenv
* Standard cripting description
*/
{
Name = "Standard";
Modules = (ObjectiveC);
Use = ( "SymbolicSelectors",
"Foundation",
"StepTalk"
);
}