On 25/05/12 16:49, Eli Zaretskii wrote:
Date: Fri, 25 May 2012 15:57:10 +0100
From: Joe Burmeister<joe.burmeis...@codethink.co.uk>
CC: make-w32@gnu.org

@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

_______________________________________________
Make-w32 mailing list
Make-w32@gnu.org
https://lists.gnu.org/mailman/listinfo/make-w32

Reply via email to