mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Link against edelib-gui library
This commit is contained in:
@@ -82,7 +82,7 @@ rule EdeProgram
|
||||
}
|
||||
|
||||
MakeProgramPrivate $(1) : $(2)
|
||||
: $(EDELIBLIB) $(FLTKLIB) $(STDLIB)
|
||||
: $(EDELIB_GUI_LIB) $(EDELIBLIB) $(FLTKLIB) $(STDLIB)
|
||||
: $(GLOBALFLAGS) $(EDELIBINCLUDE) $(FLTKINCLUDE) ;
|
||||
|
||||
if $(3) != "noinstall" {
|
||||
@@ -101,7 +101,7 @@ rule EdeProgramAsFltkBare
|
||||
}
|
||||
|
||||
MakeProgramPrivate $(1) : $(2)
|
||||
: $(EDELIBLIB) $(FLTKLIB_NOIMAGES) $(STDLIB)
|
||||
: $(EDELIB_GUI_LIB) $(EDELIBLIB) $(FLTKLIB_NOIMAGES) $(STDLIB)
|
||||
: $(GLOBALFLAGS) $(EDELIBINCLUDE) $(FLTKINCLUDE) ;
|
||||
|
||||
if $(3) != "noinstall" {
|
||||
@@ -109,8 +109,6 @@ rule EdeProgramAsFltkBare
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
# EfltkProgram [target] : [sources] : [noinstall] ;
|
||||
# Creates programs that will be linked with efltk. If [noinstall] is given,
|
||||
# [target] will not be installed wit 'jam install'.
|
||||
|
Reference in New Issue
Block a user