summaryrefslogtreecommitdiff
path: root/windows/Makefile.target
Commit message (Collapse)AuthorAgeFilesLines
* 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