2012-10-18 00:32 UTC+0200 Viktor Szakats (harbour syenar.net)

* src/3rd/tiff/Makefile
  - src/3rd/tiff/warning.c
  + src/3rd/tiff/warn.c
    * renamed to avoid the word 'warning' coming up
      unnecessarily in build logs.
This commit is contained in:
Viktor Szakats
2012-10-17 22:34:03 +00:00
parent 7ccebe3915
commit 7c86b77b5f
3 changed files with 9 additions and 2 deletions

View File

@@ -16,6 +16,13 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-10-18 00:32 UTC+0200 Viktor Szakats (harbour syenar.net)
* src/3rd/tiff/Makefile
- src/3rd/tiff/warning.c
+ src/3rd/tiff/warn.c
* renamed to avoid the word 'warning' coming up
unnecessarily in build logs.
2012-10-18 00:18 UTC+0200 Viktor Szakats (harbour syenar.net)
* src/compiler/complex.c
! added missing HB_SIZE case

View File

@@ -41,7 +41,7 @@ C_SOURCES := \
thunder.c \
tile.c \
version.c \
warning.c \
warn.c \
C_SOURCES += \
close.c \
@@ -149,7 +149,7 @@ endif
# MAP libtiff/tif_tile.c tile.c
# MAP libtiff/tif_unix.c unix.c
# MAP libtiff/tif_version.c version.c
# MAP libtiff/tif_warning.c warning.c
# MAP libtiff/tif_warning.c warn.c
# MAP libtiff/tif_win32.c win32.c
# MAP libtiff/tif_write.c write.c
# MAP libtiff/tif_zip.c zip.c