mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 21:31:56 +00:00
Fix to link properly when not already installed
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15889 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
eca6c3a292
commit
eb244eff47
2 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
2003-02-05 Richard Frith-Macdonald <rfm@gnu.org>
|
2003-02-05 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
* Source/libgnustep-gui.def: Regenerated
|
* Source/libgnustep-gui.def: Regenerated
|
||||||
|
* ColorPickers/GNUmakefile: add local library paths
|
||||||
|
|
||||||
Wed Feb 5 04:56:45 2003 Serg Stoyan <stoyan@hologr.com>
|
Wed Feb 5 04:56:45 2003 Serg Stoyan <stoyan@hologr.com>
|
||||||
|
|
||||||
|
|
|
@ -42,6 +42,8 @@ BUNDLE_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/ColorPickers
|
||||||
|
|
||||||
ADDITIONAL_INCLUDE_DIRS += -I../Headers -I../Headers/gnustep
|
ADDITIONAL_INCLUDE_DIRS += -I../Headers -I../Headers/gnustep
|
||||||
|
|
||||||
|
ADDITIONAL_LIB_DIRS += -L../Source/$(GNUSTEP_OBJ_DIR) -L../Models/$(GNUSTEP_OBJ_DIR)
|
||||||
|
|
||||||
# The Objective-C source files to be compiled
|
# The Objective-C source files to be compiled
|
||||||
StandardPicker_OBJC_FILES = GSStandardColorPicker.m \
|
StandardPicker_OBJC_FILES = GSStandardColorPicker.m \
|
||||||
GSRGBColorPicker.m \
|
GSRGBColorPicker.m \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue