Am 27.03.2011 23:36, schrieb William A. Rowe Jr.:
On 3/27/2011 11:50 AM, [email protected] wrote:
Author: fuankg
Date: Sun Mar 27 16:50:30 2011
New Revision: 1085985
URL: http://svn.apache.org/viewvc?rev=1085985&view=rev
Log:
Fixed mingw platform identifier to catch all cross compilers.
+++ apr/apr/trunk/configure.in Sun Mar 27 16:50:30 2011
@@ -551,11 +551,11 @@ case $host in
OSDIR="as400"
eolstr="\\n"
;;
- *-mingw*)
+ *mingw*)
Might we need to distinguish 64 bit here?
hmmm, if we can avoid it then we should ...
f.e. if there's a define from the compiler like __MING64__ or such to
determine 64-bit then we should use this to define our own WIN64, and
same for MSVC too ...
Gün.