Commit Graph

16 Commits

Author SHA1 Message Date
Sanel Zukan
013dfcc481 Removing obsolete efltk rule. 2012-10-23 12:44:36 +00:00
Sanel Zukan
e12c43e404 Addopted to recent changes in edelib-gui*.pc files 2011-11-21 14:09:18 +00:00
Sanel Zukan
f16c76e5b6 Set E_LOG_DOMAIN var during compilation phase 2011-10-06 22:19:03 +00:00
Sanel Zukan
34e75159fd Apply patch for bug #170 from José Romildo, for the case when EDELIBINCLUDE is empty 2009-10-13 14:50:55 +00:00
Sanel Zukan
39770b5a0e Link against edelib-gui library 2009-05-14 16:06:10 +00:00
Sanel Zukan
910f19d0c2 Fix with appending flags 2009-04-16 16:46:05 +00:00
Sanel Zukan
fb4d12d2ad Renaming EdeProgramBar to EdeProgramAsFltkBare; much more descriptive 2009-03-06 12:43:03 +00:00
Sanel Zukan
51b488fb14 Added EdeProgramBare rule, that will link with FLTK libs, without images
libstartup-notification checks in configure.in
ede-launch now uses startup notification protocol via ede-launch-sn helper
Added removal of /tmp/.evoke.lock at the startup, in case evoke crashed during sesssion
2009-03-06 12:12:27 +00:00
Sanel Zukan
5155215b68 Changes in build scripts
Changed SharedLibrary rule so it can generate .la files, like libtool
Added some bluring of preview image, although it pretty sucks
emountd will now use global HAL flags and libraries
2009-01-26 12:31:01 +00:00
Sanel Zukan
aa8eb8e010 Added InstallEdeDoc and LinkAgainstFirst rules 2008-08-25 13:24:16 +00:00
Sanel Zukan
3f821eb1e5 Programs will be, by default, linke with "-Wl,--as-needed" to
reduce unused library dependencies.
2008-08-10 18:18:16 +00:00
Sanel Zukan
2dcdc52e6a Imported eabout, a small program that displays current EDE version, authors, contibutors, etc.
Added ProgramBare rule in Program.jam so there could be built plain (command-line) programs
and so they could be installed where other EDE programs resides.

New etip on FLTK1 code. Also, instead hardcoded tips, etip now uses fortune-like files
for tips. Ah yes, it is able to read fortune files too :)
2008-01-14 12:02:43 +00:00
Sanel Zukan
15b342009e Synced same behaviour between haiku jam and vanilla jam 2007-09-28 14:08:59 +00:00
Sanel Zukan
8b405a9165 Don't know how I missed SciCalc.h compilation errors.
Sanitizing Library and Program rules. No needs to pass compiler/linker
options throught the build rules since ObjectXXFlags are designed for that.
Also reduces parameter numbers for rules iteself.

Added LinkAgainst rule; jam's LinkLibraries will build library that we
want to link against which is no too good for system libraries. 
LinkAgainst will directly pass libraries to the linker.

Also fixed few bugs like GLOBALFLAGS inclusion since it was skipped 
throught the compilation (that brought a lot of warnings due appended 
-Wall -pedantic options :P).
2007-07-20 15:48:49 +00:00
Sanel Zukan
0d49cdffc2 XXXProgram rules will trigger installation when 'jam install' is given.
Some Translation.jam changes.
Moved build used variables to Jamrules.
2007-07-18 16:14:10 +00:00
Sanel Zukan
6399af2498 Imported asciidoc, jam builds and some docs. 2007-07-18 13:21:52 +00:00