mirror of
https://github.com/gnustep/libs-steptalk.git
synced 2025-02-19 09:50:43 +00:00
stshell.m renamed
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16959 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2015adc94a
commit
d0903ba1d2
3 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2003 Jun 19
|
||||
|
||||
* Renamed stshell.m to stshell_tool.m. MS Windows was causing problems with
|
||||
case insensitive file system.
|
||||
(Reported by Michael Adams <mdmkolbe@yahoo.com>)
|
||||
|
||||
2003 Apr 04 David Ayers <d.ayers@inode.at>
|
||||
|
||||
* GNUmakefile: Added flags to show all warnings except for import.
|
||||
|
|
|
@ -24,7 +24,7 @@ include $(GNUSTEP_MAKEFILES)/common.make
|
|||
|
||||
TOOL_NAME = stshell
|
||||
|
||||
stshell_OBJC_FILES = STShell.m STShell+output.m stshell.m
|
||||
stshell_OBJC_FILES = STShell.m STShell+output.m stshell_tool.m
|
||||
|
||||
ADDITIONAL_TOOL_LIBS += -lStepTalk -lreadline -lncurses
|
||||
|
||||
|
|
Loading…
Reference in a new issue