aboutsummaryrefslogtreecommitdiff
path: root/configs/mingw64_defconfig (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Update default configurationRon Yorston2015-10-131-7/+10
|
* less: port to WIN32 and enable by defaultRon Yorston2015-08-061-10/+10
|
* Update default configuration after mergeRon Yorston2015-08-041-2/+5
|
* mingw: enable support for IPv6Ron Yorston2015-07-151-3/+3
| | | | Import inet_pton from gnulib and enable IPv6 support by default.
* mingw: include unwind tables in 64-bit build by defaultRon Yorston2015-07-141-1/+1
| | | | | | Add "-funwind-tables -fasynchronous-unwind-tables" to CFLAGS for the 64-bit build, overriding the usual default. Without this change setjmp/longjmp don't work.
* ipcalc: enable by default for WIN32Ron Yorston2015-07-131-4/+4
|
* Allow different ways to manipulate environment for XP vs 64-bitRon Yorston2015-07-031-0/+1051
Commit fa147bd 'Use putenv to implement unsetenv/clearenv' allowed BusyBox to run on ReactOS but broke it on Windows XP so it was reverted. It turns out that the same change is required on 64-bit Windows. Reinstate the 'safe' environment manipulation code but make it a configuration option. Add a config file for 64-bit Windows that does the right thing.