I'm trying to write a library...
I use something similar to the tool but doesn't work... :(
 
what do you think of this makefile?
#========================================
include $(GNUSTEP_MAKEFILES)/common.make
 
LIBRARY_NAME = NovaMind-ObjC
 
ADDITIONAL_OBJCFLAGS += -Wno-import -g -ggdb
ADDITIONAL_LIB_DIRS += -Llibrary
ADDITIONAL_OBJC_LIBS += -lxml2 -larchive1 -lgnustep-gui
 
# include  source files list
include codefiles.txt
 

include $(GNUSTEP_MAKEFILES)/library.make
#========================================
_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to