2007-11-27 09:33 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/mtpl_b32.mak
* contrib/mtpl_vc.mak
+ Added optional HB_CC_DIRNAME to control (and override)
where the final target files will be created inside
obj/lib/bin dirs.
Marek pls report if this solved anything for you.
This commit is contained in:
@@ -8,6 +8,14 @@
|
||||
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
2007-11-27 09:33 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/mtpl_b32.mak
|
||||
* contrib/mtpl_vc.mak
|
||||
+ Added optional HB_CC_DIRNAME to control (and override)
|
||||
where the final target files will be created inside
|
||||
obj/lib/bin dirs.
|
||||
Marek pls report if this solved anything for you.
|
||||
|
||||
2007-11-27 01:12 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* make_b32.mak
|
||||
! Removed -l flag from .dll creation to be in sync with the
|
||||
|
||||
@@ -73,9 +73,13 @@ HB_LIB_INSTALL = $(HB_INSTALL_PREFIX)\lib
|
||||
# Directory macros. These should never have to change.
|
||||
#**********************************************************
|
||||
|
||||
OBJ_DIR = $(HB_ROOT)\obj\$(_HB_CC_NAME)
|
||||
LIB_DIR = $(HB_ROOT)\lib\$(_HB_CC_NAME)
|
||||
BIN_DIR = $(HB_ROOT)\bin\$(_HB_CC_NAME)
|
||||
!ifndef HB_CC_DIRNAME
|
||||
HB_CC_DIRNAME = $(_HB_CC_NAME)
|
||||
!endif
|
||||
|
||||
OBJ_DIR = $(HB_ROOT)\obj\$(HB_CC_DIRNAME)
|
||||
LIB_DIR = $(HB_ROOT)\lib\$(HB_CC_DIRNAME)
|
||||
BIN_DIR = $(HB_ROOT)\bin\$(HB_CC_DIRNAME)
|
||||
|
||||
INCLUDE_DIR = $(HB_ROOT)\include
|
||||
|
||||
|
||||
@@ -70,9 +70,13 @@ HB_LIB_INSTALL = $(HB_INSTALL_PREFIX)\lib
|
||||
# Directory macros. These should never have to change.
|
||||
#**********************************************************
|
||||
|
||||
OBJ_DIR = $(HB_ROOT)\obj\$(_HB_CC_NAME)
|
||||
LIB_DIR = $(HB_ROOT)\lib\$(_HB_CC_NAME)
|
||||
BIN_DIR = $(HB_ROOT)\bin\$(_HB_CC_NAME)
|
||||
!ifndef HB_CC_DIRNAME
|
||||
HB_CC_DIRNAME = $(_HB_CC_NAME)
|
||||
!endif
|
||||
|
||||
OBJ_DIR = $(HB_ROOT)\obj\$(HB_CC_DIRNAME)
|
||||
LIB_DIR = $(HB_ROOT)\lib\$(HB_CC_DIRNAME)
|
||||
BIN_DIR = $(HB_ROOT)\bin\$(HB_CC_DIRNAME)
|
||||
|
||||
INCLUDE_DIR = $(HB_ROOT)\include
|
||||
|
||||
|
||||
Reference in New Issue
Block a user