2011-02-22 16:08 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* config/global.mk
    % Deleted two remaining HB_DYNLIB_NAME* variables.
This commit is contained in:
Viktor Szakats
2011-02-22 15:08:35 +00:00
parent 7b2883a9e3
commit 0367a7f8f4
2 changed files with 5 additions and 8 deletions

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2011-02-22 16:08 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* config/global.mk
% Deleted two remaining HB_DYNLIB_NAME* variables.
2011-02-22 16:01 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* src/dynlib/2nd/Makefile
* src/dynlib/Makefile

View File

@@ -1823,11 +1823,7 @@ ifeq ($(HB_INIT_DONE),)
export HB_DYNLIB_POSC
export HB_DYNLIB_PEXC
HB_DYNLIB_BASE := harbour
HB_DYNLIB_NAME := $(HB_DYNLIB_BASE)$(HB_DYNLIB_POST)
export HB_DYNLIB_BASE
export HB_DYNLIB_NAME
export HB_DYNLIB_BASE := harbour
ifeq ($(_HB_BUILD_DYN_ST),yes)
ifneq ($(filter $(HB_PLATFORM),dos os2),)
@@ -1835,10 +1831,7 @@ ifeq ($(HB_INIT_DONE),)
else
HB_DYNLIB_BASE_2ND := harbourst
endif
HB_DYNLIB_NAME_2ND := $(HB_DYNLIB_BASE_2ND)$(HB_DYNLIB_POST)
export HB_DYNLIB_BASE_2ND
export HB_DYNLIB_NAME_2ND
endif
endif
endif