mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Relaxed EXEMODE jam sets
Let manual be installed in docsdir jam will also create ehelp from ehelp.in setting correct location Fixed a typo with RMDIR_UNSAFE so Cleandir can work now Added CopyDir rule Added missing linking libraries for capone
This commit is contained in:
@ -23,6 +23,6 @@ SCARAB_SRC = capone.cpp $(SCHEME_SRC) dbus.cpp re.cpp sys.cpp ;
|
||||
#ObjectCcFlags $(SCARAB_SRC) : -g3 -pg ;
|
||||
|
||||
EdeProgram capone : $(SCARAB_SRC) ;
|
||||
LinkAgainst capone : -Lpcre -lpcre -ledelib_dbus -ldbus-1 -ledelib -lfltk -ldl ;
|
||||
LinkAgainst capone : -Lpcre -lpcre -ledelib_dbus -ldbus-1 -ledelib -lfltk -ldl -lm -lXext -lXft -lX11 ;
|
||||
|
||||
#LINKFLAGS on capone = [ on capone return $(LINKFLAGS) ] -pg ;
|
||||
|
Reference in New Issue
Block a user