Removed import of STModule

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16027 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Stefan Urbanek 2003-02-21 12:34:48 +00:00
parent bb0218967d
commit a57c3c869e
4 changed files with 6 additions and 3 deletions

View file

@ -1,3 +1,7 @@
2003 Feb 21
* StepTalk.h: Removed #import of STModule.h as it is no longer there
2003 Feb 11
* Source/GNUmakefile: fixed installation of documentation

View file

@ -29,7 +29,7 @@ TOOL_NAME = stshell
stshell_OBJC_FILES = STShell.m STShell+output.m stshell.m
ADDITIONAL_TOOL_LIBS += -lStepTalk -lreadline -lncurses
ADDITIONAL_OBJCFLAGS = -Wall -Werror
# ADDITIONAL_OBJCFLAGS = -Wall -Werror
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/tool.make

View file

@ -17,7 +17,7 @@ Features
Installation
------------
Requirements: StepTalk and readline library
Requirements: StepTalk and the readline library (development files)
> make
> make install

View file

@ -29,7 +29,6 @@
#import <StepTalk/STExterns.h>
#import <StepTalk/STFunctions.h>
#import <StepTalk/STLanguage.h>
#import <StepTalk/STModule.h>
#import <StepTalk/STObjCRuntime.h>
#import <StepTalk/STObjectReference.h>
#import <StepTalk/STScript.h>