mirror of
https://github.com/gnustep/libs-steptalk.git
synced 2025-02-21 02:31:01 +00:00
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:
parent
bb0218967d
commit
a57c3c869e
4 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -17,7 +17,7 @@ Features
|
|||
|
||||
Installation
|
||||
------------
|
||||
Requirements: StepTalk and readline library
|
||||
Requirements: StepTalk and the readline library (development files)
|
||||
|
||||
> make
|
||||
> make install
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue