Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add comment on usage to mingw makefile |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
1b6f257c3dd51afdb5a2a68c785d6032 |
User & Date: | baruch 2015-08-26 09:57:16 |
Context
2015-08-26
| ||
14:09 | Disable optimizations when debugging with mingw check-in: e5bbc1bf user: baruch tags: trunk | |
09:57 | Add comment on usage to mingw makefile check-in: 1b6f257c user: baruch tags: trunk | |
2015-08-18
| ||
13:28 | Update the built-in SQLite to version 3.8.11.1 check-in: 7842b8ab user: jan.nijtmans tags: trunk | |
Changes
Changes to src/makemake.tcl.
454 455 456 457 458 459 460 461 462 463 464 465 466 467 |
# This file is automatically generated. Instead of editing this # file, edit "makemake.tcl" then run "tclsh makemake.tcl" # to regenerate this file. # # This is a makefile for use on Cygwin/Darwin/FreeBSD/Linux/Windows using # MinGW or MinGW-w64. # #### Select one of MinGW, MinGW-w64 (32-bit) or MinGW-w64 (64-bit) compilers. # By default, this is an empty string (i.e. use the native compiler). # PREFIX = # PREFIX = mingw32- # PREFIX = i686-pc-mingw32- |
> > > > |
454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 |
# This file is automatically generated. Instead of editing this # file, edit "makemake.tcl" then run "tclsh makemake.tcl" # to regenerate this file. # # This is a makefile for use on Cygwin/Darwin/FreeBSD/Linux/Windows using # MinGW or MinGW-w64. # # Some of the special options which can be passed to make # USE_WINDOWS=1 if building under a windows command prompt # X64=1 if using an unprefixed 64-bit mingw compiler # #### Select one of MinGW, MinGW-w64 (32-bit) or MinGW-w64 (64-bit) compilers. # By default, this is an empty string (i.e. use the native compiler). # PREFIX = # PREFIX = mingw32- # PREFIX = i686-pc-mingw32- |