File: README

package info (click to toggle)
subversion 1.14.5-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 80,496 kB
  • sloc: ansic: 1,039,361; python: 140,270; cpp: 24,862; java: 24,547; ruby: 12,310; lisp: 7,619; sh: 7,414; perl: 7,010; sql: 1,686; makefile: 1,191; xml: 577
file content (22 lines) | stat: -rw-r--r-- 746 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Makefiles for automating the Windows build.

Should work either either nmake or GNU make.

Doesn't require Cygwin.

* TODO:
  - document: how to use
  - known bugs/shortcomings
  - separate the configurable parts to a Makefile.local.tmpl file
  - allow serf,httpd,neon,etc to be optional
  - auto-generate the list of individual targets from build.conf
    (that list is not used by the default make targets)
  - add 'make tools' to the default windows build

See: http://svn.haxx.se/users/archive-2009-07/0764.shtml
(Message-Id: <alpine.561.2.00.0907241718550.6824@daniel2.local>)


'cp' and friends can be obtained from gnuwin32.sf.net, unxutils.sf.net,
cygwin, etc.  Or tweak the makefile to use cp.pl or the built-in 'copy'
command instead.: