Overview
Artifact ID: | 397fb6a51288e9e5bbf3ed95816ddfcaf54031f0 |
---|---|
Ticket: | fa403b6a123659d885e3b77fe9a5eccfb27d2340
Makefile for native MinGW |
User & Date: | anonymous 2010-12-23 13:00:55 |
Changes
- Appended to comment:
<hr /><i>anonymous claiming to be tsbg added on 2010-12-23 13:00:55:</i><br /> When specifying the path to the MinGW Makefile on the make command line, use a relative path specification. For example: <verbatim> $ make -f ..\..\fossil\win\Makefile.MinGW </verbatim> This is because the Makeheaders program has a problem with full paths on Windows: <verbatim> $ makeheaders d:\dev\fossil\src\sqlite3.h Can't read input file "d" </verbatim> I think this is because the colon is used on Windows as a device name separator. -- tsbg
- resolution changed to: "Open"