Author: roger
Date: Wed Oct 24 21:38:21 2012
New Revision: 1401897

URL: http://svn.apache.org/viewvc?rev=1401897&view=rev
Log:
THRIFT-1735 do nothing when building with MINGW

Modified:
    thrift/trunk/tutorial/Makefile.am

Modified: thrift/trunk/tutorial/Makefile.am
URL: 
http://svn.apache.org/viewvc/thrift/trunk/tutorial/Makefile.am?rev=1401897&r1=1401896&r2=1401897&view=diff
==============================================================================
--- thrift/trunk/tutorial/Makefile.am (original)
+++ thrift/trunk/tutorial/Makefile.am Wed Oct 24 21:38:21 2012
@@ -19,6 +19,10 @@
 
 SUBDIRS = 
 
+if MINGW
+# do nothing, just build the compiler
+else
+
 if WITH_CPP
 SUBDIRS += cpp
 endif
@@ -54,3 +58,5 @@ endif
 #
 all-local:
        $(top_builddir)/compiler/cpp/thrift --gen html -r 
$(top_srcdir)/tutorial/tutorial.thrift
+
+endif


Reply via email to