Support for Cygwin on 64bit Windows OS (Windows 7)
uname -s returns "CYGWIN_NT-6.1.-WOW64" in Cygwin on Windows 7 64bit,
(uname -a returns "CYGWIN_NT-6.1-WOW64 hostname 1.7.7(0.230/5/3) 2010-08-31 09:58 i686 Cygwin")
so I think these lines should be included in http://jskeus.svn.sourceforge.net/svnroot/jskeus/trunk/Makefile
URL: http://jskeus.svn.sourceforge.net/svnroot/jskeus/trunk/Makefile
Index: Makefile
===================================================================
--- Makefile (revision 608)
+++ Makefile (working copy)
@@ -20,6 +20,10 @@
export ARCHDIR=Cygwin
export MAKEFILE=Makefile.Cygwin
endif
+ifeq ($(OS),CYGWIN_NT-6.1-WOW64)
+ export ARCHDIR=Cygwin
+ export MAKEFILE=Makefile.Cygwin
+endif
ifeq ($(OS),Darwin)
export ARCHDIR=Darwin
export MAKEFILE=Makefile.Darwin
r625で治っていました. r857でuname -s からCYGWINだけを抜き出すようにしました.
Ticket moved from /p/jskeus/patches/3/
Can't be converted: