Fix some compiler settings/paths for MinGW
commit70cff4144391c83bdac5c98c99642d29181aa67a
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 6 Aug 2007 22:01:57 +0000 (6 23:01 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 6 Aug 2007 22:05:50 +0000 (6 23:05 +0100)
tree4eeb02c88d447ea8d62c8eb53f7bb2baf06027ed
parentbf788d7e65eeaebb65ddb330c32aac0d7bd5e325
Fix some compiler settings/paths for MinGW

It seems that you have to jump through hoops to make trivial things
such as "install.exe" do the right thing on Windows...

Also, it seems that Windows Vista deliberately broke "access()".
Apparently, they used that name in their runtime, but that function
does something completely different than POSIX access().  So define
__USE_MINGW_ACCESS to work around that.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Makefile