2012-07-30 21:01 UTC+0200 Viktor Szakats (harbour syenar.net)

* INSTALL
    + added NOTE on 'install' not work in partial rebuild mode
This commit is contained in:
Viktor Szakats
2012-07-30 19:02:30 +00:00
parent 7ef93cafc9
commit 712de1dd6b
2 changed files with 10 additions and 1 deletions

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-07-30 21:01 UTC+0200 Viktor Szakats (harbour syenar.net)
* INSTALL
+ added NOTE on 'install' not work in partial rebuild mode
2012-07-30 20:36 UTC+0200 Viktor Szakats (harbour syenar.net)
* contrib/make.hb
- deleted TODO which is unimportant and works

View File

@@ -238,7 +238,12 @@ HARBOUR
If you want to rebuild one specific contrib package, use this:
cd contrib/<name>
../../bin/<plat>/<comp>/hbmk2 ../make.hb [clean] [install] [custom hbmk2 options]
../../bin/<plat>/<comp>/hbmk2 ../make.hb [clean] [custom hbmk2 options]
NOTE: 'install' doesn't work when doing a partial [re]build
at this time. To work this around, simply avoid 'install'
completely, do a complete rebuild or copy the created
lib(s) manually.
3. HOW TO CREATE DISTRIBUTABLE PACKAGES