Re: command line limit in mingw-make
Eli Zaretskii <[email protected]> Fri, 25 May 2012 18:49:15 +0300
| Newsgroups | gmane.comp.gnu.make.windows |
|---|---|
| Message-ID | <[email protected]> |
> Date: Fri, 25 May 2012 15:57:10 +0100 > From: Joe Burmeister <[email protected]> > CC: [email protected] > > @echo off > g++ -c -include tmp\obj\debug_shared\qt_pch.h -fno-keep-inline-dllexport > -g -Wall -frtti -fexceptions -mthreads -DQT_SHARED -DUNICODE > -DQT_LARGEFILE_SUPPORT -DQT_BUILD_NETWORK_LIB -DQT_NO_USING_NAMESPACE > -DQT_MAKEDLL -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS > -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -D_USE_MATH_DEFINES -DQT_DLL > -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE > -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -I"..\..\include\QtCore\5.0.0" > -I"..\..\include\QtCore\5.0.0\QtCore" -I"..\..\include\QtCore" > -I"..\..\include" -I"..\..\include\QtNetwork\5.0.0" > -I"..\..\include\QtNetwork\5.0.0\QtNetwork" -I"..\..\include\QtNetwork" > -I"..\..\include" -I"tmp\rcc\debug_shared" -I"tmp" -I"..\3rdparty\zlib" > -I"kernel" -I"tmp\moc\debug_shared" -I"c:\MinGW\include" > -I"c:\MinGW\msys\1.0\local\include" -I"..\..\mkspecs\win32-g++" -o > tmp\obj\debug_shared\qnetworkreplyfileimpl.o > access\qnetworkreplyfileimpl.cpp > " > > From what you just told me, I don't see why this would trigger a > intermediate batch file like this. I'm guessing those are the quotes.