2009-02-25 15:22 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

* INSTALL
    ! Typo in prev.

  * config/darwin/install.cf
  * config/win/install.cf
    + Added same as Linux workaround to not let install phase 
      fail because copy on install error.
This commit is contained in:
Viktor Szakats
2009-02-25 14:22:40 +00:00
parent 3c4c8c85a5
commit 242ea6b566
4 changed files with 12 additions and 1 deletions

View File

@@ -8,6 +8,15 @@
2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2009-02-25 15:22 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* INSTALL
! Typo in prev.
* config/darwin/install.cf
* config/win/install.cf
+ Added same as Linux workaround to not let install phase
fail because copy on install error.
2009-02-25 14:36 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* bin/postinst.sh
! Fixed hb_mkslib link generation.

View File

@@ -30,7 +30,7 @@ Windows with MinGW + msys
and setup. msys should be put in PATH _before_ MinGW.
> set HB_INSTALL_PREFIX=<DIR> (use forward slashes and msys drive notation: /c/)
> sh make_gnu.bat install
> sh make_gnu.sh install
To test it, go to <DIR>/bin directory and type:
> hbmk2 ../tests/hello.prg

View File

@@ -13,6 +13,7 @@ INSTALL_RULE =\
then \
echo "! Installing $$i on $(INSTALL_DIR)"; \
$(CP) $$i $(INSTALL_DIR); \
true; \
else \
echo "! Can't install $$i, not found" 1>&2; \
fi \

View File

@@ -41,6 +41,7 @@ INSTALL_RULE =\
then \
echo "! Installing $$i on $(INSTALL_DIR)"; \
$(CP) $$i $(INSTALL_DIR); \
true; \
else \
echo "! Can't install $$i, not found" 1>&2; \
fi \