summaryrefslogtreecommitdiff
path: root/windows/Makefile.target
Commit message (Collapse)AuthorAgeFilesLines
* Remove libxmlJohn-Mark Bell2012-11-101-4/+4
|
* Try to get Windows building with FatMessages. This approach makes me ill, ↵Rob Kendrick (fatigue)2012-11-031-2/+5
| | | | and may not even work.
* Split install and package targets.Vincent Sanders2012-08-231-4/+11
| | | | Install target is for installing on the local machine and package generates a package
* fix windows build format specifiersVincent Sanders2012-08-121-0/+12
| | | | add install target for windows - creates installer rather than actually installing
* fix library link orderVincent Sanders2012-07-241-3/+3
|
* change to use netsurf toolchain buildVincent Sanders2012-07-231-7/+8
|
* fix windows build, sorce file expansion being done too earlyVincent Sanders2011-09-051-1/+1
| | | | svn path=/trunk/netsurf/; revision=12729
* make image content handlers build conditional from teh makefileVincent Sanders2011-08-281-0/+3
| | | | svn path=/trunk/netsurf/; revision=12673
* split out drawable window handlingVincent Sanders2011-04-031-3/+4
| | | | | | | extensive cleanups fix localhistory svn path=/trunk/netsurf/; revision=12153
* make windows frontend use Vincent Sanders2011-03-291-0/+5
| | | | svn path=/trunk/netsurf/; revision=12146
* Ensure all four required version defines are set for windows buildsVincent Sanders2011-03-161-2/+5
| | | | svn path=/trunk/netsurf/; revision=12082
* Define LIBXML_STATICJohn Mark Bell2011-02-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=11622
* Fix stupidJohn Mark Bell2011-02-041-1/+1
| | | | svn path=/trunk/netsurf/; revision=11610
* Slightly saner win32 LDFLAGS for non-pkg-config environmentsJohn Mark Bell2011-02-041-2/+7
| | | | svn path=/trunk/netsurf/; revision=11609
* add default system colour handlers to each frontendVincent Sanders2011-01-301-1/+1
| | | | svn path=/trunk/netsurf/; revision=11530
* fix include path setting on windows native buildVincent Sanders2011-01-231-1/+1
| | | | svn path=/trunk/netsurf/; revision=11463
* Cope with an absence of pkg-config when building for WindowsJohn Mark Bell2011-01-231-7/+10
| | | | svn path=/trunk/netsurf/; revision=11459
* Futher simplification of the makefileVincent Sanders2010-10-291-0/+22
| | | | | | Use target makefiles to set build sources svn path=/trunk/netsurf/; revision=10916
* Beginning of NetSurf build infrastructure cleanupVincent Sanders2010-10-271-0/+30
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