]> git.donarmstrong.com Git - mothur.git/blobdiff - makefile
1.21.0
[mothur.git] / makefile
index aa69ce10aad8589557369b1c9656942e1988950b..0f7d0981991a9b12db6513bff253a47ea7e25009 100644 (file)
--- a/makefile
+++ b/makefile
@@ -28,6 +28,11 @@ ifeq  ($(strip $(64BIT_VERSION)),yes)
        #if you are a mac user use the following line
        TARGET_ARCH += -arch x86_64
        
+       #if you using cygwin to build Windows the following line
+       #CXX = x86_64-w64-mingw32-g++
+       #CC = x86_64-w64-mingw32-g++
+       #TARGET_ARCH += -m64
+
        #if you are a linux user use the following line
        #CXXFLAGS += -mtune=native -march=native -m64