2011-04-20 13:13 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbmxml/hbmxml.hbp
* contrib/hbmxml/3rd/minixml/mxml.hbp
* contrib/hbmzip/3rd/minizip/minizip.hbp
* contrib/gtalleg/gtalleg.hbm
* contrib/hbbz2/3rd/bz2/bz2.hbp
* contrib/rddads/rddads.hbp
* contrib/hbfimage/hbfimage.hbp
* contrib/hbpre.hbm
* contrib/hbssl/hbssl.hbm
! -std=c90 -> -std=c89, -std=gnu90 -> -std=gnu89
Some gcc builds have problem with c90.
This commit is contained in:
@@ -16,6 +16,19 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2011-04-20 13:13 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbmxml/hbmxml.hbp
|
||||
* contrib/hbmxml/3rd/minixml/mxml.hbp
|
||||
* contrib/hbmzip/3rd/minizip/minizip.hbp
|
||||
* contrib/gtalleg/gtalleg.hbm
|
||||
* contrib/hbbz2/3rd/bz2/bz2.hbp
|
||||
* contrib/rddads/rddads.hbp
|
||||
* contrib/hbfimage/hbfimage.hbp
|
||||
* contrib/hbpre.hbm
|
||||
* contrib/hbssl/hbssl.hbm
|
||||
! -std=c90 -> -std=c89, -std=gnu90 -> -std=gnu89
|
||||
Some gcc builds have problem with c90.
|
||||
|
||||
2011-04-20 12:46 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
! Fixed compiled resources not triggering rebuild of
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
-iflag={bcc}-a
|
||||
|
||||
# For allegro headers
|
||||
-cflag=-std=gnu90{!lngcpp&allgcc}
|
||||
-cflag=-std=gnu89{!lngcpp&allgcc}
|
||||
|
||||
gtalleg.c
|
||||
ssf.c
|
||||
|
||||
@@ -27,7 +27,7 @@ randtabl.c
|
||||
|
||||
-cflag=-DBZ_STRICT_ANSI
|
||||
# For fileno()
|
||||
-cflag=-std=gnu90{!lngcpp&allgcc}
|
||||
-cflag=-std=gnu89{!lngcpp&allgcc}
|
||||
|
||||
# ORIGIN http://www.bzip.org/
|
||||
# VER 1.0.6
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
-instfile=inc:hbfimage.hbx
|
||||
|
||||
# For FreeImage headers
|
||||
-cflag=-std=gnu90{!lngcpp&allgcc}
|
||||
-cflag=-std=gnu89{!lngcpp&allgcc}
|
||||
|
||||
hbfimage.hbx
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
{win|dos|os2}-cflag=-D_EOL_CRLF
|
||||
|
||||
# For strdup()
|
||||
-cflag=-std=gnu90{!lngcpp&allgcc}
|
||||
-cflag=-std=gnu89{!lngcpp&allgcc}
|
||||
|
||||
mxml_att.c
|
||||
mxml_ent.c
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
-instfile=inc:hbmxml.hbx
|
||||
|
||||
# For strdup()
|
||||
-cflag=-std=gnu90{!lngcpp&allgcc}
|
||||
-cflag=-std=gnu89{!lngcpp&allgcc}
|
||||
|
||||
hbmxml.hbx
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
-pic
|
||||
|
||||
# for f*64() functions
|
||||
-cflag=-std=gnu90{!lngcpp&allgcc}
|
||||
-cflag=-std=gnu89{!lngcpp&allgcc}
|
||||
|
||||
ioapi.c
|
||||
zip.c
|
||||
|
||||
@@ -17,6 +17,6 @@
|
||||
|
||||
{_HB_BUILD_LIBDYN}-hbdyn
|
||||
|
||||
-cflag=-std=c90{!lngcpp&allgcc}
|
||||
-cflag=-std=c89{!lngcpp&allgcc}
|
||||
|
||||
-warn=yes
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
-cflag=-DOPENSSL_NO_IDEA
|
||||
|
||||
# For _fileno() in openssl/applink.c
|
||||
-cflag=-std=gnu90{!lngcpp&allgcc}
|
||||
-cflag=-std=gnu89{!lngcpp&allgcc}
|
||||
|
||||
-instfile=inc:hbssl.ch
|
||||
-instfile=inc:hbssl.hbx
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
-cflag=-Wno-pragmas{allmingw}
|
||||
|
||||
# for ADS headers
|
||||
-cflag=-std=gnu90{!lngcpp&allgcc}
|
||||
-cflag=-std=gnu89{!lngcpp&allgcc}
|
||||
|
||||
rddads.hbx
|
||||
|
||||
|
||||
Reference in New Issue
Block a user