summaryrefslogtreecommitdiff
path: root/beos/Makefile.target
Commit message (Collapse)AuthorAgeFilesLines
* move common include path setup to core MakefileVincent Sanders2012-12-201-47/+46
|
* fix change to CC_MAJOR for beosVincent Sanders2012-12-141-1/+1
|
* make macro name more correctVincent Sanders2012-12-131-3/+3
|
* beos: Don't link with libxml2 anymoreFrançois Revol2012-11-251-1/+1
|
* beos: gcc2 fixesFrançois Revol2012-11-251-1/+6
| | | | We'll probably drop gcc2 support soon though.
* Whitespace cleanupFrançois Revol2012-11-251-2/+2
|
* Update the BeOS/Haiku portAdrien Destugues - PulkoMandy2012-11-241-11/+10
| | | | | | | | * Toolbar use HVIF icons on Haiku * Download window * Some tweaks to the event loop to let network traffic happen Signed-off-by: François Revol <revol@free.fr>
* Remove libxmlJohn-Mark Bell2012-11-101-3/+1
|
* Port save complete to libdom.John-Mark Bell2012-11-031-3/+3
|
* Split install and package targets.Vincent Sanders2012-08-231-0/+24
| | | | Install target is for installing on the local machine and package generates a package
* Fix BeOS build:François Revel2012-03-251-1/+1
| | | | | | | - comment out unneeded includes for now, - fix static lib linking order. svn path=/trunk/netsurf/; revision=13713
* Rename BeOS frontend files to strip the useless beos_ prefix. Fix includes ↵François Revel2012-03-221-8/+8
| | | | | | and the rest so it builds. svn path=/trunk/netsurf/; revision=13554
* make image content handlers build conditional from teh makefileVincent Sanders2011-08-281-2/+4
| | | | svn path=/trunk/netsurf/; revision=12673
* Automatically build an rdef file importing the resources listed as ↵François Revel2011-05-081-2/+9
| | | | | | dependencies for BeOS. svn path=/trunk/netsurf/; revision=12306
* add default system colour handlers to each frontendVincent Sanders2011-01-301-1/+1
| | | | svn path=/trunk/netsurf/; revision=11530
* Futher simplification of the makefileVincent Sanders2010-10-291-0/+23
| | | | | | Use target makefiles to set build sources svn path=/trunk/netsurf/; revision=10916
* Beginning of NetSurf build infrastructure cleanupVincent Sanders2010-10-271-0/+81
Provide makefile fragment for each target, isolates the target makefile changes into one place simplifying the top level makefile svn path=/trunk/netsurf/; revision=10910