2010-07-04 14:49 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
- bin/patchup.prg
+ bin/patchup.hbs
- utils/hbmk2/examples/plug_tpl.prg
+ utils/hbmk2/examples/plug_tpl.hbs
- contrib/hbide/plugins/savebackup.prg
+ contrib/hbide/plugins/savebackup.hbs
* Renamed standalone and plugin Harbour scripts
to have .hbs extension.
* contrib/hbqt/hbqt.hbc
- contrib/hbqt/hbmk2_plugin_qt.prg
+ contrib/hbqt/hbmk2_plugin_qt.hbs
* Renamed standalone and plugin Harbour scripts
to have .hbs extension.
* contrib/Makefile
- contrib/makefile.prg
+ contrib/makefile.hbs
* Renamed standalone and plugin Harbour scripts
to have .hbs extension.
* Makefile
- config/postinst.prg
+ config/postinst.hbs
* Renamed standalone and plugin Harbour scripts
to have .hbs extension.
This commit is contained in:
@@ -16,6 +16,34 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2010-07-04 14:49 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
- bin/patchup.prg
|
||||
+ bin/patchup.hbs
|
||||
- utils/hbmk2/examples/plug_tpl.prg
|
||||
+ utils/hbmk2/examples/plug_tpl.hbs
|
||||
- contrib/hbide/plugins/savebackup.prg
|
||||
+ contrib/hbide/plugins/savebackup.hbs
|
||||
* Renamed standalone and plugin Harbour scripts
|
||||
to have .hbs extension.
|
||||
|
||||
* contrib/hbqt/hbqt.hbc
|
||||
- contrib/hbqt/hbmk2_plugin_qt.prg
|
||||
+ contrib/hbqt/hbmk2_plugin_qt.hbs
|
||||
* Renamed standalone and plugin Harbour scripts
|
||||
to have .hbs extension.
|
||||
|
||||
* contrib/Makefile
|
||||
- contrib/makefile.prg
|
||||
+ contrib/makefile.hbs
|
||||
* Renamed standalone and plugin Harbour scripts
|
||||
to have .hbs extension.
|
||||
|
||||
* Makefile
|
||||
- config/postinst.prg
|
||||
+ config/postinst.hbs
|
||||
* Renamed standalone and plugin Harbour scripts
|
||||
to have .hbs extension.
|
||||
|
||||
2010-07-04 14:45 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
- external/patchup.prg
|
||||
+ bin/patchup.prg
|
||||
|
||||
@@ -37,5 +37,5 @@ else
|
||||
endif
|
||||
|
||||
install::
|
||||
$(if $(wildcard $(HB_HOST_BIN_DIR)/hbrun$(HB_HOST_BIN_EXT)),+$(HB_HOST_BIN_DIR)/hbrun$(HB_HOST_BIN_EXT) --hb:gtcgi $(TOP)$(ROOT)config/postinst.prg,)
|
||||
$(if $(wildcard $(HB_HOST_BIN_DIR)/hbrun$(HB_HOST_BIN_EXT)),+$(HB_HOST_BIN_DIR)/hbrun$(HB_HOST_BIN_EXT) --hb:gtcgi $(TOP)$(ROOT)config/postinst.hbs,)
|
||||
$(if $(wildcard $(HB_POSTINST)),+$(HB_POSTINST),)
|
||||
|
||||
@@ -28,7 +28,7 @@ DIRS := \
|
||||
hbziparc \
|
||||
xhb \
|
||||
|
||||
# under testing in makefile.prg
|
||||
# under testing in makefile.hbs
|
||||
# hbblink \
|
||||
# hbclipsm \
|
||||
# rddbmcdx \
|
||||
@@ -82,10 +82,10 @@ else
|
||||
endif
|
||||
|
||||
clean::
|
||||
$(if $(wildcard $(HB_HOST_BIN_DIR)/hbrun$(HB_HOST_BIN_EXT)),+$(HB_HOST_BIN_DIR)/hbrun$(HB_HOST_BIN_EXT) --hb:gtcgi $(TOP)$(ROOT)contrib/makefile.prg clean test,)
|
||||
$(if $(wildcard $(HB_HOST_BIN_DIR)/hbrun$(HB_HOST_BIN_EXT)),+$(HB_HOST_BIN_DIR)/hbrun$(HB_HOST_BIN_EXT) --hb:gtcgi $(TOP)$(ROOT)contrib/makefile.hbs clean test,)
|
||||
|
||||
install::
|
||||
$(if $(wildcard $(HB_HOST_BIN_DIR)/hbrun$(HB_HOST_BIN_EXT)),+$(HB_HOST_BIN_DIR)/hbrun$(HB_HOST_BIN_EXT) --hb:gtcgi $(TOP)$(ROOT)contrib/makefile.prg install test,)
|
||||
$(if $(wildcard $(HB_HOST_BIN_DIR)/hbrun$(HB_HOST_BIN_EXT)),+$(HB_HOST_BIN_DIR)/hbrun$(HB_HOST_BIN_EXT) --hb:gtcgi $(TOP)$(ROOT)contrib/makefile.hbs install test,)
|
||||
|
||||
all:
|
||||
$(if $(wildcard $(HB_HOST_BIN_DIR)/hbrun$(HB_HOST_BIN_EXT)),+$(HB_HOST_BIN_DIR)/hbrun$(HB_HOST_BIN_EXT) --hb:gtcgi $(TOP)$(ROOT)contrib/makefile.prg all test,)
|
||||
$(if $(wildcard $(HB_HOST_BIN_DIR)/hbrun$(HB_HOST_BIN_EXT)),+$(HB_HOST_BIN_DIR)/hbrun$(HB_HOST_BIN_EXT) --hb:gtcgi $(TOP)$(ROOT)contrib/makefile.hbs all test,)
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
incpaths=.
|
||||
|
||||
plugins=hbmk2_plugin_qt.prg
|
||||
plugins=hbmk2_plugin_qt.hbs
|
||||
|
||||
{allwin|os2}libpaths=${HB_WITH_QT}\..\lib
|
||||
|
||||
|
||||
Reference in New Issue
Block a user