2010-04-13 12:19 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/wce/poccarm.mk
* config/dos/watcom.mk
* config/win/xcc.mk
* config/win/pocc.mk
* config/win/bcc.mk
* config/win/watcom.mk
* config/linux/watcom.mk
* config/os2/watcom.mk
* Changed to not forcefully turn off warnings in some targets.
(so HB_BUILD_WARN=no is now equivalent to hbmk2 -warn=def)
; NOTE: This will result in some new warnings in /external
dir since for above compilers I've now upped the
warning level from nothing to the default level.
* external/zlib/Makefile
* Changed to not set Harbour level warnings for this
external component (in sync with all the others).
This commit is contained in:
@@ -17,7 +17,26 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2010-04-12 08:54 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
2010-04-13 12:19 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* config/wce/poccarm.mk
|
||||
* config/dos/watcom.mk
|
||||
* config/win/xcc.mk
|
||||
* config/win/pocc.mk
|
||||
* config/win/bcc.mk
|
||||
* config/win/watcom.mk
|
||||
* config/linux/watcom.mk
|
||||
* config/os2/watcom.mk
|
||||
* Changed to not forcefully turn off warnings in some targets.
|
||||
(so HB_BUILD_WARN=no is now equivalent to hbmk2 -warn=def)
|
||||
; NOTE: This will result in some new warnings in /external
|
||||
dir since for above compilers I've now upped the
|
||||
warning level from nothing to the default level.
|
||||
|
||||
* external/zlib/Makefile
|
||||
* Changed to not set Harbour level warnings for this
|
||||
external component (in sync with all the others).
|
||||
|
||||
2010-04-13 08:54 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbide/ideprojmanager.prg
|
||||
! Properly fixed old problem with executable name extraction,
|
||||
leaving the ending delimiter in the extracted string.
|
||||
|
||||
@@ -22,8 +22,6 @@ LDFLAGS += OP quiet
|
||||
|
||||
ifneq ($(HB_BUILD_WARN),no)
|
||||
CFLAGS += -w3
|
||||
else
|
||||
CFLAGS += -w0
|
||||
endif
|
||||
|
||||
ifneq ($(HB_BUILD_OPTIM),no)
|
||||
|
||||
@@ -21,8 +21,6 @@ LDFLAGS += OP quiet
|
||||
|
||||
ifneq ($(HB_BUILD_WARN),no)
|
||||
CFLAGS += -w3
|
||||
else
|
||||
CFLAGS += -w0
|
||||
endif
|
||||
|
||||
ifneq ($(HB_BUILD_OPTIM),no)
|
||||
|
||||
@@ -23,8 +23,6 @@ LDFLAGS += OP quiet
|
||||
|
||||
ifneq ($(HB_BUILD_WARN),no)
|
||||
CFLAGS += -w3
|
||||
else
|
||||
CFLAGS += -w0
|
||||
endif
|
||||
|
||||
ifneq ($(HB_BUILD_OPTIM),no)
|
||||
|
||||
@@ -22,8 +22,6 @@ CFLAGS += -Ze -Go
|
||||
|
||||
ifneq ($(HB_BUILD_WARN),no)
|
||||
CFLAGS += -W1
|
||||
else
|
||||
CFLAGS += -W0
|
||||
endif
|
||||
|
||||
ifneq ($(HB_BUILD_OPTIM),no)
|
||||
|
||||
@@ -20,8 +20,6 @@ CFLAGS += -q -tWM -CP437
|
||||
|
||||
ifneq ($(HB_BUILD_WARN),no)
|
||||
CFLAGS += -w -w-sig- -Q
|
||||
else
|
||||
CFLAGS += -w-
|
||||
endif
|
||||
|
||||
ifneq ($(HB_BUILD_OPTIM),no)
|
||||
|
||||
@@ -20,8 +20,6 @@ CFLAGS += -Ze -Go -MT
|
||||
|
||||
ifneq ($(HB_BUILD_WARN),no)
|
||||
CFLAGS += -W1
|
||||
else
|
||||
CFLAGS += -W0
|
||||
endif
|
||||
|
||||
ifneq ($(HB_BUILD_OPTIM),no)
|
||||
|
||||
@@ -23,8 +23,6 @@ LDFLAGS += OP quiet
|
||||
|
||||
ifneq ($(HB_BUILD_WARN),no)
|
||||
CFLAGS += -w3
|
||||
else
|
||||
CFLAGS += -w0
|
||||
endif
|
||||
|
||||
ifneq ($(HB_BUILD_OPTIM),no)
|
||||
|
||||
@@ -25,8 +25,6 @@ CFLAGS += -MT
|
||||
|
||||
ifneq ($(HB_BUILD_WARN),no)
|
||||
CFLAGS += -W1
|
||||
else
|
||||
CFLAGS += -W0
|
||||
endif
|
||||
|
||||
ifneq ($(HB_BUILD_OPTIM),no)
|
||||
|
||||
1
harbour/external/zlib/Makefile
vendored
1
harbour/external/zlib/Makefile
vendored
@@ -8,6 +8,7 @@ include $(TOP)$(ROOT)config/global.mk
|
||||
|
||||
LIBNAME := hbzlib
|
||||
|
||||
HB_BUILD_WARN := no
|
||||
HB_BUILD_MODE := c
|
||||
|
||||
C_SOURCES := \
|
||||
|
||||
Reference in New Issue
Block a user