2012-07-09 22:00 UTC+0200 Viktor Szakats (harbour syenar.net)
+ .gitignore
+ added .gitignore file. experimental.
* utils/hbmk2/hbmk2.prg
+ -hbx= without parameter will now disable .hbx generation
instead of being a noop
* minor formatting
* contrib/3rd/sqlite3/sqlite3.hbp
* contrib/gtalleg/gtalleg.hbm
* contrib/gtwvg/gtwvg.hbp
* contrib/hbbz2/3rd/bz2/bz2.hbp
* contrib/hbexpat/3rd/expat/expat.hbp
* contrib/hbhpdf/3rd/libhpdf/libhpdf.hbp
* contrib/hbhttpd/hbhttpds.hbp
* contrib/hblzf/3rd/liblzf/lzf.hbp
* contrib/hbmlzo/3rd/minilzo/minilzo.hbp
* contrib/hbmxml/3rd/minixml/mxml.hbp
* contrib/hbmzip/3rd/minizip/minizip.hbp
* contrib/hbqt/gtqtc/gtqtc.hbm
* contrib/hbtip/hbtipssl.hbp
* contrib/rddbm/rddbm.hbp
* contrib/rddsql/rddsql.hbp
* contrib/sddfb/sddfb.hbp
* contrib/sddmy/sddmy.hbp
* contrib/sddoci/sddoci.hbp
* contrib/sddodbc/sddodbc.hbp
* contrib/sddpg/sddpg.hbp
* contrib/sddsqlt3/sddsqlt3.hbp
% make sure not to create .hbx files we're not using anyway
* contrib/hbqt/gtqtc/gtqtc.hbp
* minor formatting
This commit is contained in:
8
harbour/.gitignore
vendored
Normal file
8
harbour/.gitignore
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
.svn
|
||||
.hbmk
|
||||
obj
|
||||
lib
|
||||
*.exe
|
||||
*.dll
|
||||
!*-make.exe
|
||||
!lib/3rd
|
||||
@@ -16,6 +16,41 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2012-07-09 22:00 UTC+0200 Viktor Szakats (harbour syenar.net)
|
||||
+ .gitignore
|
||||
+ added .gitignore file. experimental.
|
||||
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
+ -hbx= without parameter will now disable .hbx generation
|
||||
instead of being a noop
|
||||
* minor formatting
|
||||
|
||||
* contrib/3rd/sqlite3/sqlite3.hbp
|
||||
* contrib/gtalleg/gtalleg.hbm
|
||||
* contrib/gtwvg/gtwvg.hbp
|
||||
* contrib/hbbz2/3rd/bz2/bz2.hbp
|
||||
* contrib/hbexpat/3rd/expat/expat.hbp
|
||||
* contrib/hbhpdf/3rd/libhpdf/libhpdf.hbp
|
||||
* contrib/hbhttpd/hbhttpds.hbp
|
||||
* contrib/hblzf/3rd/liblzf/lzf.hbp
|
||||
* contrib/hbmlzo/3rd/minilzo/minilzo.hbp
|
||||
* contrib/hbmxml/3rd/minixml/mxml.hbp
|
||||
* contrib/hbmzip/3rd/minizip/minizip.hbp
|
||||
* contrib/hbqt/gtqtc/gtqtc.hbm
|
||||
* contrib/hbtip/hbtipssl.hbp
|
||||
* contrib/rddbm/rddbm.hbp
|
||||
* contrib/rddsql/rddsql.hbp
|
||||
* contrib/sddfb/sddfb.hbp
|
||||
* contrib/sddmy/sddmy.hbp
|
||||
* contrib/sddoci/sddoci.hbp
|
||||
* contrib/sddodbc/sddodbc.hbp
|
||||
* contrib/sddpg/sddpg.hbp
|
||||
* contrib/sddsqlt3/sddsqlt3.hbp
|
||||
% make sure not to create .hbx files we're not using anyway
|
||||
|
||||
* contrib/hbqt/gtqtc/gtqtc.hbp
|
||||
* minor formatting
|
||||
|
||||
2012-07-09 18:49 UTC+0200 Viktor Szakats (harbour syenar.net)
|
||||
* examples/guestbk/guestbk.htm
|
||||
* examples/guestbk/testcgi.prg
|
||||
|
||||
@@ -18,6 +18,8 @@
|
||||
|
||||
-o${hb_targetname}
|
||||
|
||||
-hbx=
|
||||
|
||||
-warn=low
|
||||
-cpp=no
|
||||
-pic
|
||||
|
||||
@@ -10,6 +10,8 @@
|
||||
|
||||
-w3 -es2
|
||||
|
||||
-hbx=
|
||||
|
||||
-stop{hbdyn|pocc|pocc64|poccarm|xcc|dmc|watcom|mingwarm|msvcarm}
|
||||
|
||||
-depkeyhead=allegro:allegro.h
|
||||
|
||||
@@ -10,6 +10,8 @@
|
||||
-w3 -es2
|
||||
-winuni
|
||||
|
||||
-hbx=
|
||||
|
||||
-stop{!win|hbdyn}
|
||||
|
||||
hbwin.hbc
|
||||
|
||||
@@ -11,6 +11,8 @@
|
||||
|
||||
-o${hb_targetname}
|
||||
|
||||
-hbx=
|
||||
|
||||
-warn=low
|
||||
-cpp=no
|
||||
-pic
|
||||
|
||||
@@ -9,6 +9,8 @@
|
||||
|
||||
-o${hb_targetname}
|
||||
|
||||
-hbx=
|
||||
|
||||
-warn=low
|
||||
-pic
|
||||
|
||||
|
||||
@@ -12,6 +12,8 @@
|
||||
|
||||
-o${hb_targetname}
|
||||
|
||||
-hbx=
|
||||
|
||||
-warn=low
|
||||
-cpp=no
|
||||
-pic
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
-hbx=
|
||||
|
||||
@hbhttpd.hbp
|
||||
|
||||
hbssl.hbc
|
||||
|
||||
@@ -9,6 +9,8 @@
|
||||
|
||||
-o${hb_targetname}
|
||||
|
||||
-hbx=
|
||||
|
||||
-warn=low
|
||||
-cpp=no
|
||||
-pic
|
||||
|
||||
@@ -7,6 +7,8 @@
|
||||
|
||||
-o${hb_targetname}
|
||||
|
||||
-hbx=
|
||||
|
||||
-warn=low
|
||||
-pic
|
||||
|
||||
|
||||
@@ -9,6 +9,8 @@
|
||||
|
||||
-o${hb_targetname}
|
||||
|
||||
-hbx=
|
||||
|
||||
-warn=low
|
||||
-cpp=no
|
||||
-pic
|
||||
|
||||
@@ -9,6 +9,8 @@
|
||||
|
||||
-o${hb_targetname}
|
||||
|
||||
-hbx=
|
||||
|
||||
-warn=low
|
||||
-cpp=no
|
||||
-pic
|
||||
|
||||
@@ -8,6 +8,8 @@
|
||||
|
||||
../qtcore/hbqtcore.hbc
|
||||
|
||||
-hbx=
|
||||
|
||||
gtqtc.cpp
|
||||
|
||||
gtqtc.h
|
||||
|
||||
@@ -6,5 +6,4 @@
|
||||
|
||||
gtqtc.hbm
|
||||
|
||||
|
||||
gtqtcs.hbp
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
-hbx=
|
||||
|
||||
hbtip.hbm
|
||||
|
||||
hbssl.hbc
|
||||
|
||||
@@ -9,6 +9,8 @@
|
||||
|
||||
-w3 -es2
|
||||
|
||||
-hbx=
|
||||
|
||||
bmdbfx.c
|
||||
bmdbfcdx.prg
|
||||
bmdbfnsx.prg
|
||||
|
||||
@@ -9,6 +9,8 @@
|
||||
|
||||
-w3 -es2
|
||||
|
||||
-hbx=
|
||||
|
||||
-instfile=inc:hbrddsql.ch
|
||||
|
||||
sqlbase.c
|
||||
|
||||
@@ -11,6 +11,8 @@
|
||||
|
||||
rddsql.hbc
|
||||
|
||||
-hbx=
|
||||
|
||||
-stop{pocc64|poccarm}
|
||||
|
||||
-depkeyhead=firebird:ibase.h
|
||||
|
||||
@@ -11,6 +11,8 @@
|
||||
|
||||
rddsql.hbc
|
||||
|
||||
-hbx=
|
||||
|
||||
-depkeyhead=mysql:mysql.h
|
||||
-depcontrol=mysql:no{HB_BUILD_3RDEXT='no'}
|
||||
-depcontrol=mysql:${HB_WITH_MYSQL}
|
||||
|
||||
@@ -11,6 +11,8 @@
|
||||
|
||||
rddsql.hbc
|
||||
|
||||
-hbx=
|
||||
|
||||
-stop{dos|os2|wce}
|
||||
|
||||
-depkeyhead=ocilib:ocilib.h
|
||||
|
||||
@@ -12,6 +12,8 @@
|
||||
|
||||
rddsql.hbc
|
||||
|
||||
-hbx=
|
||||
|
||||
-stop{dos|os2|rsxnt}
|
||||
|
||||
-depkeyhead=odbc:sql.h
|
||||
|
||||
@@ -11,6 +11,8 @@
|
||||
|
||||
rddsql.hbc
|
||||
|
||||
-hbx=
|
||||
|
||||
-depkeyhead=pgsql:libpq-fe.h
|
||||
-depcontrol=pgsql:no{HB_BUILD_3RDEXT='no'}
|
||||
-depcontrol=pgsql:${HB_WITH_PGSQL}
|
||||
|
||||
@@ -11,6 +11,8 @@
|
||||
|
||||
rddsql.hbc
|
||||
|
||||
-hbx=
|
||||
|
||||
-depkeyhead=sqlite3:sqlite3.h
|
||||
-depcontrol=sqlite3:local{HB_BUILD_3RDEXT='no'}
|
||||
-depcontrol=sqlite3:${HB_WITH_SQLITE3}
|
||||
|
||||
@@ -2549,7 +2549,9 @@ FUNCTION hbmk( aArgs, nArgTarget, /* @ */ lPause, nLevel )
|
||||
CASE Left( cParamL, 5 ) == "-hbx="
|
||||
|
||||
cParam := MacroProc( hbmk, SubStr( cParam, 6 ), aParam[ _PAR_cFileName ] )
|
||||
IF ! Empty( cParam )
|
||||
IF Empty( cParam )
|
||||
hbmk[ _HBMK_cHBX ] := NIL
|
||||
ELSE
|
||||
hbmk[ _HBMK_cHBX ] := PathMakeAbsolute( PathSepToSelf( cParam ), hb_FNameDir( aParam[ _PAR_cFileName ] ) )
|
||||
ENDIF
|
||||
|
||||
@@ -13085,13 +13087,13 @@ STATIC FUNCTION __hbshell_win_reg_app( lRegister, lAllUser, cAppPath )
|
||||
LOCAL tmp
|
||||
|
||||
LOCAL aEntries := {;
|
||||
cHive + '\' , "" ,;
|
||||
cHive + '\.hb\' , "HarbourScript" ,;
|
||||
cHive + '\HarbourScript\' , "Harbour Script file" ,;
|
||||
cHive + '\HarbourScript\DefaultIcon\' , cAppPath + ",-1" ,;
|
||||
cHive + '\HarbourScript\Shell\' , "Run" ,;
|
||||
cHive + '\HarbourScript\Shell\Run\' , "" ,;
|
||||
cHive + '\HarbourScript\Shell\Run\Command\', cAppPath + ' "%1"' }
|
||||
cHive + '\' , "" ,;
|
||||
cHive + '\.hb\' , "HarbourScript" ,;
|
||||
cHive + '\HarbourScript\' , "Harbour Script file" ,;
|
||||
cHive + '\HarbourScript\DefaultIcon\' , cAppPath + ",-1" ,;
|
||||
cHive + '\HarbourScript\Shell\' , "Run" ,;
|
||||
cHive + '\HarbourScript\Shell\Run\' , "" ,;
|
||||
cHive + '\HarbourScript\Shell\Run\Command\', cAppPath + ' "%1"' }
|
||||
|
||||
IF lRegister
|
||||
FOR tmp := 1 TO Len( aEntries ) STEP 2
|
||||
@@ -13735,7 +13737,7 @@ STATIC PROCEDURE ShowHelp( hbmk, lLong )
|
||||
{ "-[no]minipo" , I_( "do (not) add Harbour version number and source file reference to .po (default: add them)" ) },;
|
||||
{ "-rebuildpo" , I_( "recreate .po file, thus removing all obsolete entries in it" ) },;
|
||||
NIL,;
|
||||
{ "-hbx=<.ch>" , I_( "Create Harbour header (in .hbx format) with all external symbols." ) },;
|
||||
{ "-hbx=[<.ch>]" , I_( "Create Harbour header (in .hbx format) with all external symbols. Empty parameter will disable it." ) },;
|
||||
{ "-autohbc=<.ch:.hbc>", I_( "<.ch> is a header file name. <.hbc> is a .hbc filename to be automatically included in case the header is found in any of the compiled sources. (EXPERIMENTAL)" ) },;
|
||||
NIL,;
|
||||
{ "-deppkgname=<d:n>" , I_( "<d> is the name of the dependency. <n> name of the package depedency. Can be specified multiple times." ) },;
|
||||
|
||||
Reference in New Issue
Block a user