make-w32
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: command line limit in mingw-make


From: Joe Burmeister
Subject: Re: command line limit in mingw-make
Date: Fri, 25 May 2012 17:04:12 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1

On 25/05/12 16:49, Eli Zaretskii wrote:
Date: Fri, 25 May 2012 15:57:10 +0100
From: Joe Burmeister<address@hidden>
CC: address@hidden

@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.
that will be why it's pretty much everything. No doubt they are added for spaces safety.

A quick test with CreateProcess seams to show it's not necessary for this to trigger an intermediate batch file.

Joe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]