2015-12-29 17:33 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* src/3rd/hbdossrl/Makefile
! typo in library name
This commit is contained in:
@@ -10,6 +10,10 @@
|
||||
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
|
||||
*/
|
||||
|
||||
2015-12-29 17:33 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
* src/3rd/hbdossrl/Makefile
|
||||
! typo in library name
|
||||
|
||||
2015-12-29 17:03 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
+ src/3rd/hbdossrl/Makefile
|
||||
+ src/3rd/hbdossrl/serial.c
|
||||
|
||||
@@ -2,7 +2,7 @@ ROOT := ../../../
|
||||
|
||||
include $(TOP)$(ROOT)config/global.mk
|
||||
|
||||
LIBNAME := hbdosser
|
||||
LIBNAME := hbdossrl
|
||||
|
||||
#HB_BUILD_WARN := no
|
||||
HB_BUILD_MODE := c
|
||||
@@ -10,18 +10,18 @@ HB_BUILD_MODE := c
|
||||
C_SOURCES := \
|
||||
serial.c \
|
||||
|
||||
HB_BUILD_DOSSER := no
|
||||
HB_BUILD_DOSSRL := no
|
||||
|
||||
ifeq ($(HB_PLATFORM),dos)
|
||||
ifeq ($(HB_COMPILER),djgpp)
|
||||
HB_BUILD_DOSSER := yes
|
||||
HB_BUILD_DOSSRL := yes
|
||||
endif
|
||||
ifeq ($(HB_COMPILER),watcom)
|
||||
HB_BUILD_DOSSER := yes
|
||||
HB_BUILD_DOSSRL := yes
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(HB_BUILD_DOSSER),yes)
|
||||
ifeq ($(HB_BUILD_DOSSRL),yes)
|
||||
include $(TOP)$(ROOT)config/lib.mk
|
||||
else
|
||||
HB_SKIP_REASON := platform or compiler not supported
|
||||
|
||||
Reference in New Issue
Block a user