* common.mak
* changed HBM_KDIR from "utils\hbmk" to "utils\hbmk2"
- utils/hbmk
+ utils/hbmk2
* renamed dir name to fix wrong dir change on gnu scripts: mpkg_tgz.sh
and the harbour.spec
! Fixed dir name error that avoided to build rpms and tgz files.
10 lines
208 B
Plaintext
10 lines
208 B
Plaintext
#
|
|
# $Id$
|
|
#
|
|
|
|
# Used by Harbour core
|
|
{win}libs=kernel32 user32 wsock32 advapi32 gdi32
|
|
# Others
|
|
{win}libs=winspool comctl32 comdlg32 shell32 ole32 oleaut32 uuid odbc32 mpr winmm mapi32
|
|
{win&!bcc32}libs=odbccp32
|