2010-05-21 01:05 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* config/global.mk
    + Showing warning when HB_BUILD_IMPLIB=yes is used without
      'install' make option.
This commit is contained in:
Viktor Szakats
2010-05-20 23:06:29 +00:00
parent 977cffcf00
commit e5507489ea
2 changed files with 13 additions and 0 deletions

View File

@@ -17,6 +17,11 @@
past entries belonging to author(s): Viktor Szakats.
*/
2010-05-21 01:05 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/global.mk
+ Showing warning when HB_BUILD_IMPLIB=yes is used without
'install' make option.
2010-05-20 23:34 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/hbmk2.prg
! Fixed overlook in recent modification (put .def file macros

View File

@@ -226,6 +226,14 @@ ifeq ($(HB_INIT_DONE),)
ifeq ($(HB_BUILD_DLL),no)
export HB_BUILD_SHARED := no
endif
ifeq ($(HB_BUILD_IMPLIB),yes)
# 'install' is required to create import libraries
ifeq ($(filter install,$(HB_MAKECMDGOALS)),)
export HB_BUILD_IMPLIB := no
$(warning ! Warning: HB_BUILD_IMPLIB option works only when 'install' is requested.)
endif
endif
endif
# Make platform detection