Follow comment

2009/12/12 Bisz István <istvan.b...@t-online.hu>:
>
> ....
>
>     @echo PREREQUISITES:
>     @echo 1) Installed Qt 4.5.3 for MinGW to the directory: C:/Qt/4.5.3/ ...
>     @echo from: 
> http://get.qt.nokia.com/qt/source/qt-win-opensource-4.5.3-mingw.exe
Here 4.6.0 link
>     @echo 2) Installed tdm-mingw.4.4.1 to C:\devl\MinGWtdm\ ...
>     @echo from: 
> http://sunet.dl.sourceforge.net/project/tdm-gcc/TDM-MinGW%20Installer/1.908.0/tdm-mingw-1.908.0-4.4.1-2.exe
>     @echo with dual SJLJ and Dwarf-2 installation into the same directory
How can be done either SLLJ and Dwarf-2?
The installer allow me only one
>     @echo Use just the installer without manual unzipping...
>     @echo 3) Updated c:\download\harbour with the latest SVN
>     @pause
>
>     @set HB_WITH_QT=C:/Qt/4.6.0M/include
>     @set HB_INSTALL_PREFIX=c:\harbour\mingw
>     @set PATH=%PATH%;C:\devl\MinGWtdm\bin
>     @cd c:\downloads\harbour
>
>     @set HB_USER_CFLAGS=-DUSE_DL_PREFIX
>
>     @set HB_USER_LDFLAGS=-static-libgcc
>     @set HB_USER_DFLAGS=-static-libgcc
>     @win-make clean install
>     @set HB_USER_LDFLAGS=
>     @set HB_USER_DFLAGS=
>     @set HB_USER_CFLAGS=-DHB_TR_LEVEL_DEBUG
>     @set HB_USER_PRGFLAGS=-D__HB_DEBUG__
>     @cd c:\downloads\harbour\contrib\hbqt
>     @c:\downloads\harbour\win-make clean install
>
>     @set PATH=%PATH%;C:\harbour\mingw\bin
>     @cd c:\downloads\harbour\contrib\hbide
>     @hbmk2 -rebuild hbide.hbp
>     @cd c:\downloads\harbour\contrib\hbxbp\tests
>     @hbmk2 demoxbp.prg
>     @cd c:\downloads\harbour\contrib\hbqt\tests
>     @hbmk2 demoqt.prg
>
>     @set PATH=%PATH%;C:\Qt\4.6.0M\bin
>     @set HB_TR_LEVEL=HB_TR_DEBUG
>     @set HB_TR_FLUSH=1
>     @cd c:\downloads\harbour\contrib\hbide
>     @hbide 2>c:\harbour\hbide.trace.log
>     @pause
>     @cd c:\downloads\harbour\contrib\hbxbp\tests
>     @demoxbp 2>c:\harbour\demoxbp.trace.log
>     @pause
>     @cd c:\downloads\harbour\contrib\hbqt\tests
>     @demoqt 2>c:\harbour\demoqt.trace.log
>     @pause
>
> ...
>
>

-- 
Massimo Belgrano
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to