Added some linkage dependencies

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16697 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Stefan Urbanek 2003-05-11 16:02:27 +00:00
parent e6f949cf2a
commit 632f5d060f
5 changed files with 13 additions and 4 deletions

View file

@ -1,4 +1,8 @@
2003 May 10
2003 May 11 Stefan Urbanek <urbanek@host.sk>
* Fixed linking of some bundles
2003 May 10 Stefan Urbanek <urbanek@host.sk>
* Fixed linking under mingw32
* STBundleInfo: implemented framework searching

View file

@ -33,6 +33,7 @@ DistributedFinder_BUNDLE_LIBS += -lStepTalk
ADDITIONAL_INCLUDE_DIRS += -I../../Source/Headers
ADDITIONAL_LIB_DIRS += -L../../Source/$(GNUSTEP_OBJ_DIR)
ADDITIONAL_TOOL_LIBS += -lStepTalk
BUNDLE_INSTALL_DIR:=$(GNUSTEP_INSTALLATION_DIR)/Library/StepTalk/Finders

View file

@ -58,6 +58,9 @@ ADDITIONAL_OBJCFLAGS = -Wall -Wno-import
ADDITIONAL_INCLUDE_DIRS += -I../../Source/Headers
ADDITIONAL_TOOL_LIBS += -lStepTalk
ADDITIONAL_LIB_DIRS += -L../../Source/$(GNUSTEP_OBJ_DIR)
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/bundle.make
-include GNUMakefile.postamble

View file

@ -36,7 +36,7 @@ ObjectiveC_PRINCIPAL_CLASS = ObjectiveCModule
ObjectiveC_RESOURCE_FILES = ScriptingInfo.plist
StepTalk_BUNDLE_LIBS += -lStepTalk
ObjectiveC_BUNDLE_LIBS += -lStepTalk
ADDITIONAL_INCLUDE_DIRS += -I../../Source/Headers
ADDITIONAL_LIB_DIRS += -L../../Source/$(GNUSTEP_OBJ_DIR)

5
TODO
View file

@ -5,10 +5,11 @@ TODO list
3 implement NSRect object
5 Smalltalk: separate compiler and compilation context
9 create a 'Shell' scripting environment
10 Make loading of frameworks easier in STEnvironment, something like
loadFrameworkWithName:
11 Create ApplicationScripting framework, instead of bundle. It should offer
passive application scripting (without linking) and active app. scripting
(linking with the framewotk). Give it some reasonable name, becauase that one
is already used by Apple
13 Change source directory structure (see DevelopmentNotes.txt in Doumentation)
14 Add framework list into environment description
15 Change Modules to Framework
16 Remove StepTalk modules