2012-11-30 17:30 UTC+0100 Viktor Szakats (harbour syenar.net)

* extras/hbusb/hbusb.hbc
  * extras/hbusb/tests/hbmk.hbm
  * extras/hbusb/tests/test.prg
  * extras/hbvpdf/hbvpdf.hbc
  * extras/hbvpdf/tests/pdf_demo.prg
    + use default headers extras where it makes sense
This commit is contained in:
Viktor Szakats
2012-11-30 16:31:51 +00:00
parent 95a6d50bf1
commit dc75ee5604
6 changed files with 12 additions and 6 deletions

View File

@@ -10,6 +10,14 @@
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
*/
2012-11-30 17:30 UTC+0100 Viktor Szakats (harbour syenar.net)
* extras/hbusb/hbusb.hbc
* extras/hbusb/tests/hbmk.hbm
* extras/hbusb/tests/test.prg
* extras/hbvpdf/hbvpdf.hbc
* extras/hbvpdf/tests/pdf_demo.prg
+ use default headers extras where it makes sense
2012-11-30 15:36 UTC+0100 Viktor Szakats (harbour syenar.net)
* contrib/xhb/xhbcls.ch
! fixed recent casing typo in 2012-10-03 19:06 UTC+0200

View File

@@ -3,6 +3,7 @@
#
incpaths=.
headers=${hb_name}.ch
libpaths=lib/${hb_plat}/${hb_comp}
libs=${hb_name}

View File

@@ -5,3 +5,5 @@
hbusb.hbc
-w3 -es2
-u+simpleio.ch

View File

@@ -4,10 +4,6 @@
#require "hbusb"
#include "simpleio.ch"
#include "hbusb.ch"
PROCEDURE Main()
LOCAL nRetVal

View File

@@ -3,6 +3,7 @@
#
incpaths=.
headers=${hb_name}.ch
libpaths=lib/${hb_plat}/${hb_comp}
libs=${hb_name}

View File

@@ -4,8 +4,6 @@
#require "hbvpdf"
#include "hbvpdf.ch"
PROCEDURE Main()
LOCAL aReport