Overview
Artifact ID: | 4275b3a1f36230a8924bb247fda5745a3455794f |
---|---|
Ticket: | fa403b6a123659d885e3b77fe9a5eccfb27d2340
Makefile for native MinGW |
User & Date: | anonymous 2010-12-23 10:55:56 |
Changes
- comment changed to:
Building Fossil on Windows with MinGW currently requires also MSYS, a small UNIX abstraction layer. The attached patch for makemake.tcl extends the range of generated Makefiles with one for native MinGW, no MSYS or awk required. Execute makemake.tcl from the Fossil toplevel directory as follows: $ tclsh src/makemake.tcl MinGW > win/Makefile.MinGW Specify the generated Makefile on the make command line: $ make -f <path to Fossil>/win/Makefile.MinGW I am using this Makefile with the MinGW Distribution from www.equation.com without problems. -- tsbg
- private_contact changed to: "76518fb407f147a1d053c00b5b993281a339c0e3"
- severity changed to: "Important"
- status changed to: "Open"
- title changed to: "Makefile for native MinGW"
- type changed to: "Build_Problem"