mirror of
https://github.com/gnustep/libs-performance.git
synced 2025-02-14 15:41:22 +00:00
Fixed problem linking Java wrappers when compiling the first time
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/performance/trunk@22297 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
69775739b7
commit
3d2f26d42c
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2006-01-11 Nicola Pero <nicola@brainstorm.co.uk>
|
||||
|
||||
* GNUmakefile.wrapper.objc.preamble: New file that fixes the
|
||||
"/usr/bin/ld: cannot find -lPerformance" error when linking Java
|
||||
wrappers.
|
||||
|
||||
2005-10-28 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
New Performance library (0.1)
|
||||
|
|
2
GNUmakefile.wrapper.objc.preamble
Normal file
2
GNUmakefile.wrapper.objc.preamble
Normal file
|
@ -0,0 +1,2 @@
|
|||
ADDITIONAL_INCLUDE_DIRS += -I../../../Headers/
|
||||
ADDITIONAL_LIB_DIRS += -L../../$(GNUSTEP_OBJ_DIR)
|
Loading…
Reference in a new issue