discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GNUstep makefile...


From: Lloyd Dupont
Subject: GNUstep makefile...
Date: Tue, 10 May 2005 16:03:22 +1000

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
#========================================

reply via email to

[Prev in Thread] Current Thread [Next in Thread]