IMHO, it's MSYS that should've called it's make program msys-make.exe
and mingw32-make.exe should've been called make.exe, seeing as it's
the strictly native one here, but I understand that I'm bucking the
trend. When this make.exe is supplied with Necessitas for Windows,
I've renamed it to ma-make.exe specifically to avoid more confusion.

I intend my make.exe to (one day) be able to also work from MSYS (by
hand parsing fstab), cmd.exe and whatever else I can throw it at.

On Fri, Nov 2, 2012 at 1:34 PM, Ruben Van Boxem
<vanboxem.ru...@gmail.com> wrote:
> 2012/11/2 Ray Donnelly <mingw.andr...@gmail.com>
>>
>> Well, I've got my own that I use:
>>
>> https://mingw-and-ndk.googlecode.com/files/make.exe
>>
>> It goes through sh.exe a lot less (but also isn't an MSYS program so
>> doesn't do the MSYS path transformations), however it may work fine
>> for your needs (I've used it to build Android Qt and MinGW Qt
>> variants). One trick I use to get around the lack of MSYS path
>> transformations is to use mklink /D to make the transformations
>> unnecessary.
>
>
> You shouldn't name a "mingw32-make" "make.exe". There's a huge difference,
> and naming them the same will confuse users who don't know about the
> difference.
>
> That being said, you should choose either cmd.exe or MSYS (or Cygwin) as
> your shell. The former uses mingw32-make (or jom as an almost full
> replacement), the latter two use a make built for their environment. I
> suggest building Qt from cmd.exe. It's bound to be the fastest (especially
> with jom).
>
> Ruben
>
>>
>>
>> Or as Ruben says, use jom, it's great. I've also got a build of that:
>>
>> https://mingw-and-ndk.googlecode.com/files/jom.7z
>>
>> Cheers,
>>
>> Ray.
>>
>> On Fri, Nov 2, 2012 at 1:24 PM, CanisMajorWuff <canismajorw...@gmail.com>
>> wrote:
>> > I am using make from.  Do you mean to use another make?
>> >
>> > On 11/2/2012 2:19 PM, Ray Donnelly wrote:
>> >> Yeah, that's usually down to the way MSYS bash implements fork-like
>> >> behaviour... It's in intermittent thing, I usually wrap my calls to
>> >> make up with a loop to retry a few times! Horrible I know...
>> >>
>> >> The other (better) fix is to use a make.exe that doesn't use sh.exe
>> >> all the time.
>> >>
>> >> On Fri, Nov 2, 2012 at 1:14 PM, CanisMajorWuff
>> >> <canismajorw...@gmail.com> wrote:
>> >>> Ok, thx, I overcome this problem, but now I have another:
>> >>>
>> >>>
>> >>> g++ -c -Wall -Wextra -Wreturn-type -fno-strict-aliasing -Wcast-align
>> >>> -Wchar-subscripts -Wformat-security -Wreturn
>> >>> -type -Wno-unused-parameter -Wno-sign-compare -Wno-switch
>> >>> -Wno-switch-enum -Wundef -Wmissing-noreturn -Winit-self
>> >>>    -O2 -frtti -fexceptions -mthreads -DUNICODE -DQT_LARGEFILE_SUPPORT
>> >>> -DNDEBUG -DBUILDING_QT__=1 -DNDEBUG -DQT_ASCI
>> >>> I_CAST_WARNINGS -DENABLE_XSLT=0 -DENABLE_WEB_TIMING=0
>> >>> -DENABLE_JAVASCRIPT_DEBUGGER=1 -DENABLE_DATABASE=1 -DENABLE
>> >>> _EVENTSOURCE=1 -DENABLE_OFFLINE_WEB_APPLICATIONS=1
>> >>> -DENABLE_DOM_STORAGE=1 -DENABLE_ICONDATABASE=1 -DENABLE_CHANNE
>> >>> L_MESSAGING=1 -DENABLE_DIRECTORY_UPLOAD=0 -DENABLE_FILE_SYSTEM=0
>> >>> -DENABLE_QUOTA=0 -DENABLE_SQLITE=1 -DENABLE_DASH
>> >>> BOARD_SUPPORT=0 -DENABLE_FILTERS=1 -DENABLE_XPATH=1 -DENABLE_WCSS=0
>> >>> -DENABLE_SHARED_WORKERS=1 -DENABLE_WORKERS=1
>> >>> -DENABLE_XHTMLMP=0 -DENABLE_DETAILS=1 -DENABLE_METER_TAG=1
>> >>> -DENABLE_PROGRESS_TAG=1 -DENABLE_BLOB=1 -DENABLE_NOTIF
>> >>> ICATIONS=1 -DENABLE_INPUT_SPEECH=0 -DENABLE_INSPECTOR=1
>> >>> -DENABLE_3D_RENDERING=1 -DENABLE_WEB_AUDIO=0 -DENABLE_WEB
>> >>> GL=0 -DENABLE_MEDIA_STATISTICS=0 -DENABLE_VIDEO_TRACK=0
>> >>> -DENABLE_TOUCH_ICON_LOADING=0 -DENABLE_ANIMATION_API=0 -D
>> >>> ENABLE_SVG=1 -DENABLE_SVG_FONTS=1 -DENABLE_SVG_FOREIGN_OBJECT=1
>> >>> -DENABLE_SVG_ANIMATION=1 -DENABLE_SVG_AS_IMAGE=1
>> >>> -DENABLE_SVG_USE=1 -DENABLE_DATALIST=1 -DENABLE_TILED_BACKING_STORE=1
>> >>> -DENABLE_NETSCAPE_PLUGIN_API=1 -DENABLE_WEB
>> >>> _SOCKETS=1 -DWTF_USE_QT_BEARER=1 -DENABLE_TOUCH_EVENTS=1
>> >>> -DENABLE_VIDEO=0 -DSQLITE_CORE -DSQLITE_OMIT_LOAD_EXTENS
>> >>> ION -DSQLITE_OMIT_COMPLETE -D_HAS_TR1=0 -DBUILDING_JavaScriptCore
>> >>> -DBUILDING_WTF -DBUILDING_WEBKIT -DQT_MAKEDLL -
>> >>> DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX
>> >>> -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MM
>> >>> XEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT
>> >>> -I'../../../../../include/QtCore' -I'../../../../../include/QtNetwork'
>> >>> -I
>> >>> '../../../../../include/QtGui' -I'../../../../../include'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/JavaScrip
>> >>> tCore' -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/ThirdParty' -
>> >>> I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/JavaScriptCore/assembler'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Sou
>> >>> rce/JavaScriptCore/bytecode'
>> >>>
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/JavaScriptCore/bytecompiler'
>> >>> -I'd:/qt/
>> >>> 4.8.3/src/src/3rdparty/webkit/Source/JavaScriptCore/heap'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/JavaScrip
>> >>> tCore/dfg'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/JavaScriptCore/debugger'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty
>> >>> /webkit/Source/JavaScriptCore/interpreter'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/JavaScriptCore/jit' -I'd
>> >>> :/qt/4.8.3/src/src/3rdparty/webkit/Source/JavaScriptCore/parser'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/Ja
>> >>> vaScriptCore/profiler'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/JavaScriptCore/runtime'
>> >>> -I'd:/qt/4.8.3/src/s
>> >>> rc/3rdparty/webkit/Source/JavaScriptCore/wtf'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/JavaScriptCore/wtf/go
>> >>> bject'
>> >>>
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/JavaScriptCore/wtf/symbian'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/
>> >>> webkit/Source/JavaScriptCore/wtf/unicode'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/JavaScriptCore/yarr'
>> >>> -I'd
>> >>> :/qt/4.8.3/src/src/3rdparty/webkit/Source/JavaScriptCore/API'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/JavaS
>> >>> criptCore/ForwardingHeaders'
>> >>>
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/JavaScriptCore/generated'
>> >>> -I'd:/qt/4.8
>> >>> .3/src/src/3rdparty/webkit/Source/WebCore/bridge/qt'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/page/q
>> >>> t'
>> >>>
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/platform/graphics/qt'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/we
>> >>> bkit/Source/WebCore/platform/network/qt'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/platform/qt'
>> >>> -I'd:
>> >>> /qt/4.8.3/src/src/3rdparty/webkit/Source/WebKit/qt/Api'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebKit/qt/W
>> >>> ebCoreSupport' -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Sour
>> >>> ce/WebCore/accessibility'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/bindings'
>> >>> -I'd:/qt/4.8.3/src/src/
>> >>> 3rdparty/webkit/Source/WebCore/bindings/generic'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/bridge' -I
>> >>> 'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/css'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/do
>> >>> m' -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/dom/default'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Sour
>> >>> ce/WebCore/editing'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/fileapi'
>> >>> -I'd:/qt/4.8.3/src/src/3rdpart
>> >>> y/webkit/Source/WebCore/history'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/html'
>> >>> -I'd:/qt/4.8.3/src/s
>> >>> rc/3rdparty/webkit/Source/WebCore/html/canvas'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/html/parser'
>> >>>    -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/html/shadow'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source
>> >>> /WebCore/inspector'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/loader'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty
>> >>> /webkit/Source/WebCore/loader/appcache'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/loader/archive'
>> >>> -I'
>> >>> d:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/loader/cache'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/We
>> >>> bCore/loader/icon'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/mathml'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/
>> >>> webkit/Source/WebCore/notifications'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/page'
>> >>> -I'd:/qt/4.8.3/s
>> >>> rc/src/3rdparty/webkit/Source/WebCore/page/animation'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/platf
>> >>> orm'
>> >>>
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/platform/animation'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/we
>> >>> bkit/Source/WebCore/platform/audio'
>> >>>
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/platform/graphics'
>> >>> -I'd
>> >>>
>> >>> :/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/platform/graphics/filters'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webk
>> >>> it/Source/WebCore/platform/graphics/filters/arm'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/platform/g
>> >>> raphics/texmap'
>> >>>
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/platform/graphics/transforms'
>> >>> -I'd:/qt/4.8.
>> >>> 3/src/src/3rdparty/webkit/Source/WebCore/platform/image-decoders'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/W
>> >>> ebCore/platform/leveldb'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/platform/mock'
>> >>> -I'd:/qt/4.8.3/src/
>> >>> src/3rdparty/webkit/Source/WebCore/platform/network'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/platfo
>> >>> rm/sql'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/platform/text'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webk
>> >>> it/Source/WebCore/platform/text/transcoder'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/plugins' -I'd:/
>> >>> qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/rendering'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/
>> >>> rendering/mathml'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/rendering/style'
>> >>> -I'd:/qt/4.8.3/src/src/3
>> >>> rdparty/webkit/Source/WebCore/rendering/svg'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/storage' -I'd:
>> >>> /qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/svg'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/svg/a
>> >>> nimation'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/svg/graphics'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/web
>> >>> kit/Source/WebCore/svg/graphics/filters'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/svg/properties'
>> >>> -I
>> >>> 'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/testing'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCor
>> >>> e/webaudio'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/websockets'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/web
>> >>> kit/Source/WebCore/wml'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/workers'
>> >>> -I'd:/qt/4.8.3/src/src/3rd
>> >>> party/webkit/Source/WebCore/xml'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/bridge/jsc'
>> >>> -I'd:/qt/4.8.3
>> >>> /src/src/3rdparty/webkit/Source/WebCore/bindings/js'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/bindin
>> >>> gs/js/specialization'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/bridge/c'
>> >>> -I'd:/qt/4.8.3/src/src/3rdp
>> >>> arty/webkit/Source/WebCore/testing/js'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/generated'
>> >>> -I'd:/qt/
>> >>> 4.8.3/src/src/3rdparty/webkit/Source'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/include'
>> >>> -I'../include/QtWebKit' -I'
>> >>> ../include' -I'd:/qt/4.8.3/src/src/3rdparty/sqlite'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/platfor
>> >>> m/win'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/plugins/win'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/
>> >>> Source/WebCore/platform/win'
>> >>>
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/platform/graphics/win'
>> >>> -I'../.
>> >>> ./../../../include/ActiveQt' -I'tmp/moc/release_shared'
>> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore' -I
>> >>> '.' -I'd:/qt/4.8.3/x86_64-w64-mingw32/mkspecs/win32-g++' -o
>> >>> tmp/obj/release_shared/Comment.o d:/qt/4.8.3/src/src/
>> >>> 3rdparty/webkit/Source/WebCore/dom/Comment.cpp
>> >>> D:\msys\bin\make.exe: *** couldn't commit memory for cygwin heap,
>> >>> Win32
>> >>> error 0
>> >>> make[2]: *** [release] Error 1
>> >>> make[2]: Leaving directory
>> >>> `/d/qt/4.8.3/tmp/src/3rdparty/webkit/Source/WebCore'
>> >>> make[1]: *** [sub-WebCore-make_default-ordered] Error 2
>> >>> make[1]: Leaving directory
>> >>> `/d/qt/4.8.3/tmp/src/3rdparty/webkit/Source'
>> >>> make: *** [sub-webkit-make_default-ordered] Error 2
>> >>>
>> >>> Do you have any ideas? What is cygwin doing here?
>> >>>
>> >>>
>> >>> On 11/2/2012 9:05 AM, Koehne Kai wrote:
>> >>>>> -----Original Message-----
>> >>>>> From: ext CanisMajorWuff [mailto:canismajorw...@gmail.com]
>> >>>>> Sent: Friday, November 02, 2012 6:49 AM
>> >>>>> To: mingw-w64-public@lists.sourceforge.net
>> >>>>> Subject: [Mingw-w64-public] incorrect syntax while building QT 4.8.3
>> >>>>>
>> >>>>> Hello!
>> >>>>> I have troubles building QT 4.8.3.
>> >>>>> I configure QT using this command.
>> >>>>>
>> >>>>> configure -platform win32-g++ -opensource
>> >>>> Maybe you should try win32-g++-4.6 (that is, if you're using gcc>=4.6
>> >>>> , which is most likely the case if you're using mingw-w64).
>> >>>>
>> >>>>> After that I execute
>> >>>>>
>> >>>>> mingw32-make
>> >>>>>
>> >>>>> As a result I get this
>> >>>>>
>> >>>>> D:/qt/4.8.3/bin/moc.exe -DQT_SHARED -DQT_THREAD_SUPPORT -
>> >>>>> DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_BUILD_CORE_LIB -DQT
>> >>>>> _NO_USING_NAMESPACE -DQT_MAKEDLL -DQT_ASCII_CAST_WARNINGS -
>> >>>>> DQT3_SUPPORT -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -
>> >>>>> D_USE_MATH_DEFINES -DQLIBRARYINFO_EPOCROOT -
>> >>>>> DHB_EXPORT=Q_CORE_EXPORT -DQT_DLL -DQT_HAVE_MMX -
>> >>>>> DQT_HAVE_SSE -DQT_HA VE_MMXEXT -DQT_HAVE_SSE2 -I'../../include' -
>> >>>>> I'../../include/QtCore'
>> >>>>> -I'tmp/rcc/debug_shared' -I'tmp' -I'global' - I'../../tools/shared'
>> >>>>> -
>> >>>>> I'../3rdparty/zlib' -I'../3rdparty/harfbuzz/src'
>> >>>>> -I'../3rdparty/md5' -I'../3rdparty/md4' - I'../../include/ActiveQt'
>> >>>>> -
>> >>>>> I'tmp/moc/debug_shared'
>> >>>>> -I'../../mkspecs/win32-g++-4.6' -D__GNUC__ -DWIN32 animation/q
>> >>>>> abstractanimation.h -o
>> >>>> Is there really a space between q and abstractandimation.h?
>> >>>>
>> >>>>> tmp/moc/debug_shared/moc_qabstractanimation.cpp
>> >>>>> The syntax of the command is incorrect.
>> >>>> This seems to be a windows command line error, so my guess is it's
>> >>>> not a MinGW error, but a Qt one (if at all).
>> >>>>
>> >>>> Regards
>> >>>>
>> >>>> Kai
>> >>>>
>> >>>>> mingw32-make[2]: *** [tmp/obj/debug_shared/qt_pch.h.gch/c++] Error 1
>> >>>>> mingw32-make[2]: Leaving directory `D:/qt/4.8.3/src/corelib'
>> >>>>> mingw32-make[1]: *** [debug-all] Error 2
>> >>>>> mingw32-make[1]: Leaving directory `D:/qt/4.8.3/src/corelib'
>> >>>>> mingw32-make: *** [sub-corelib-make_default-ordered] Error 2
>> >>>>>
>> >>>>>
>> >>>>> ------------------------------------------------------------------------------
>> >>>>> LogMeIn Central: Instant, anywhere, Remote PC access and management.
>> >>>>> Stay in control, update software, and manage PCs from one command
>> >>>>> center Diagnose problems and improve visibility into emerging IT
>> >>>>> issues
>> >>>>> Automate, monitor and manage. Do more in less time with Central
>> >>>>> http://p.sf.net/sfu/logmein12331_d2d
>> >>>>> _______________________________________________
>> >>>>> Mingw-w64-public mailing list
>> >>>>> Mingw-w64-public@lists.sourceforge.net
>> >>>>> https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
>> >>>>
>> >>>> ------------------------------------------------------------------------------
>> >>>> LogMeIn Central: Instant, anywhere, Remote PC access and management.
>> >>>> Stay in control, update software, and manage PCs from one command
>> >>>> center
>> >>>> Diagnose problems and improve visibility into emerging IT issues
>> >>>> Automate, monitor and manage. Do more in less time with Central
>> >>>> http://p.sf.net/sfu/logmein12331_d2d
>> >>>> _______________________________________________
>> >>>> Mingw-w64-public mailing list
>> >>>> Mingw-w64-public@lists.sourceforge.net
>> >>>> https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
>> >>>
>> >>>
>> >>> ------------------------------------------------------------------------------
>> >>> LogMeIn Central: Instant, anywhere, Remote PC access and management.
>> >>> Stay in control, update software, and manage PCs from one command
>> >>> center
>> >>> Diagnose problems and improve visibility into emerging IT issues
>> >>> Automate, monitor and manage. Do more in less time with Central
>> >>> http://p.sf.net/sfu/logmein12331_d2d
>> >>> _______________________________________________
>> >>> Mingw-w64-public mailing list
>> >>> Mingw-w64-public@lists.sourceforge.net
>> >>> https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
>> >>
>> >> ------------------------------------------------------------------------------
>> >> LogMeIn Central: Instant, anywhere, Remote PC access and management.
>> >> Stay in control, update software, and manage PCs from one command
>> >> center
>> >> Diagnose problems and improve visibility into emerging IT issues
>> >> Automate, monitor and manage. Do more in less time with Central
>> >> http://p.sf.net/sfu/logmein12331_d2d
>> >> _______________________________________________
>> >> Mingw-w64-public mailing list
>> >> Mingw-w64-public@lists.sourceforge.net
>> >> https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
>> >
>> >
>> >
>> > ------------------------------------------------------------------------------
>> > LogMeIn Central: Instant, anywhere, Remote PC access and management.
>> > Stay in control, update software, and manage PCs from one command center
>> > Diagnose problems and improve visibility into emerging IT issues
>> > Automate, monitor and manage. Do more in less time with Central
>> > http://p.sf.net/sfu/logmein12331_d2d
>> > _______________________________________________
>> > Mingw-w64-public mailing list
>> > Mingw-w64-public@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
>>
>>
>> ------------------------------------------------------------------------------
>> LogMeIn Central: Instant, anywhere, Remote PC access and management.
>> Stay in control, update software, and manage PCs from one command center
>> Diagnose problems and improve visibility into emerging IT issues
>> Automate, monitor and manage. Do more in less time with Central
>> http://p.sf.net/sfu/logmein12331_d2d
>> _______________________________________________
>> Mingw-w64-public mailing list
>> Mingw-w64-public@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
>
>
>
> ------------------------------------------------------------------------------
> LogMeIn Central: Instant, anywhere, Remote PC access and management.
> Stay in control, update software, and manage PCs from one command center
> Diagnose problems and improve visibility into emerging IT issues
> Automate, monitor and manage. Do more in less time with Central
> http://p.sf.net/sfu/logmein12331_d2d
> _______________________________________________
> Mingw-w64-public mailing list
> Mingw-w64-public@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
>

------------------------------------------------------------------------------
LogMeIn Central: Instant, anywhere, Remote PC access and management.
Stay in control, update software, and manage PCs from one command center
Diagnose problems and improve visibility into emerging IT issues
Automate, monitor and manage. Do more in less time with Central
http://p.sf.net/sfu/logmein12331_d2d
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to