From 32afa85f14f5ffdbd84d61581e0afbac62a0c08d Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 28 Jun 2010 00:13:56 +0000 Subject: [PATCH] 2010-06-28 02:13 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbqt/qtwebkit/hbqtwebkit.hbp * contrib/hbqt/hbqscintilla/hbqscintilla.hbp * contrib/hbqt/qtdesigner/hbqtdesigner.hbp * contrib/hbide/hbide.hbp * contrib/hbide/ideprojmanager.prg ! Stop storing environment and platform specific "hbide_location" path in .hbp files. --- harbour/ChangeLog | 8 ++++++++ harbour/contrib/hbide/hbide.hbp | 1 - harbour/contrib/hbide/ideprojmanager.prg | 1 - harbour/contrib/hbqt/hbqscintilla/hbqscintilla.hbp | 3 +-- harbour/contrib/hbqt/qtdesigner/hbqtdesigner.hbp | 3 +-- harbour/contrib/hbqt/qtwebkit/hbqtwebkit.hbp | 4 +--- 6 files changed, 11 insertions(+), 9 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index c8c622f2cc..25087039f3 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,14 @@ The license applies to all entries newer than 2009-04-28. */ +2010-06-28 02:13 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbqt/qtwebkit/hbqtwebkit.hbp + * contrib/hbqt/hbqscintilla/hbqscintilla.hbp + * contrib/hbqt/qtdesigner/hbqtdesigner.hbp + * contrib/hbide/hbide.hbp + * contrib/hbide/ideprojmanager.prg + ! Stop storing environment and platform specific "hbide_location" path in .hbp files. + 2010-06-28 01:13 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * package/winuni/mpkg_win_uni.bat * package/winuni/mpkg_win_uni.nsi diff --git a/harbour/contrib/hbide/hbide.hbp b/harbour/contrib/hbide/hbide.hbp index 8fc6fdfd94..9c1b9d120f 100644 --- a/harbour/contrib/hbide/hbide.hbp +++ b/harbour/contrib/hbide/hbide.hbp @@ -1,7 +1,6 @@ -3rd=hbide_version=1.0 -3rd=hbide_type=Executable -3rd=hbide_title=hbide --3rd=hbide_location=E:\harbour\contrib\hbide\ -3rd=hbide_workingfolder= -3rd=hbide_destinationfolder= -3rd=hbide_output=hbide diff --git a/harbour/contrib/hbide/ideprojmanager.prg b/harbour/contrib/hbide/ideprojmanager.prg index dae04385ed..5f690dc69e 100644 --- a/harbour/contrib/hbide/ideprojmanager.prg +++ b/harbour/contrib/hbide/ideprojmanager.prg @@ -551,7 +551,6 @@ METHOD IdeProjManager:save( lCanClose ) aadd( txt_, c3rd + "hbide_version=" + "1.0" ) aadd( txt_, c3rd + "hbide_type=" + { "Executable", "Lib", "Dll" }[ ::oUI:q_comboPrjType:currentIndex() + 1 ] ) aadd( txt_, c3rd + "hbide_title=" + hbide_space2amp( ::oUI:q_editPrjTitle :text() ) ) - aadd( txt_, c3rd + "hbide_location=" + hbide_space2amp( ::oUI:q_editPrjLoctn :text() ) ) aadd( txt_, c3rd + "hbide_workingfolder=" + hbide_space2amp( ::oUI:q_editWrkFolder :text() ) ) aadd( txt_, c3rd + "hbide_destinationfolder=" + hbide_space2amp( ::oUI:q_editDstFolder :text() ) ) aadd( txt_, c3rd + "hbide_output=" + hbide_space2amp( ::oUI:q_editOutName :text() ) ) diff --git a/harbour/contrib/hbqt/hbqscintilla/hbqscintilla.hbp b/harbour/contrib/hbqt/hbqscintilla/hbqscintilla.hbp index f0b5f4ad18..9b06b28236 100644 --- a/harbour/contrib/hbqt/hbqscintilla/hbqscintilla.hbp +++ b/harbour/contrib/hbqt/hbqscintilla/hbqscintilla.hbp @@ -1,7 +1,6 @@ -3rd=hbide_version=1.0 -3rd=hbide_type=Lib -3rd=hbide_title=qscintilla --3rd=hbide_location=C:\harbour\contrib\hbqt\qscintilla\ -3rd=hbide_workingfolder= -3rd=hbide_destinationfolder= -3rd=hbide_output=qscintilla @@ -13,7 +12,7 @@ -3rd=hbide_clp=NO -info --trace +-trace -inc -w2 -es2 diff --git a/harbour/contrib/hbqt/qtdesigner/hbqtdesigner.hbp b/harbour/contrib/hbqt/qtdesigner/hbqtdesigner.hbp index e8dda09ddc..43a969f2ab 100644 --- a/harbour/contrib/hbqt/qtdesigner/hbqtdesigner.hbp +++ b/harbour/contrib/hbqt/qtdesigner/hbqtdesigner.hbp @@ -1,7 +1,6 @@ -3rd=hbide_version=1.0 -3rd=hbide_type=Lib -3rd=hbide_title=qtdesigner --3rd=hbide_location=C:/harbour/contrib/hbqt/qtdesigner/ -3rd=hbide_workingfolder= -3rd=hbide_destinationfolder= -3rd=hbide_output=qscintilla @@ -13,7 +12,7 @@ -3rd=hbide_clp=NO -info --trace +-trace -inc -w2 -es2 diff --git a/harbour/contrib/hbqt/qtwebkit/hbqtwebkit.hbp b/harbour/contrib/hbqt/qtwebkit/hbqtwebkit.hbp index b8b7822751..6ebcf60be6 100644 --- a/harbour/contrib/hbqt/qtwebkit/hbqtwebkit.hbp +++ b/harbour/contrib/hbqt/qtwebkit/hbqtwebkit.hbp @@ -1,7 +1,6 @@ -3rd=hbide_version=1.0 -3rd=hbide_type=Lib -3rd=hbide_title=qtwebkit --3rd=hbide_location=C:/harbour/contrib/hbqt/qtwebkit/ -3rd=hbide_workingfolder= -3rd=hbide_destinationfolder= -3rd=hbide_output=qtwebkit @@ -13,7 +12,7 @@ -3rd=hbide_clp=NO -info --trace +-trace -inc -w2 -es2 @@ -48,4 +47,3 @@ TQWebPluginFactory.prg TQWebSecurityOrigin.prg TQWebSettings.prg TQWebView.prg -