* contrib/hbcups/hbcups.hbc
* added libs for OS/2. As suggested by David Arturo Macias Corona
* config/global.mk
! added missing $(HB_HOST_BIN_EXT) in wildcard command used of
user HB_CCPATH/HB_CCPREFIX verification.
(in line 960)
11 lines
111 B
Plaintext
11 lines
111 B
Plaintext
#
|
|
# $Id$
|
|
#
|
|
|
|
incpaths=.
|
|
|
|
libs=${_HB_DYNPREF}${hb_name}${_HB_DYNSUFF}
|
|
|
|
{unix}libs=cups
|
|
{os2}libs=libcups pthread
|