[devel] Trivial editing; changed CRLF to NEWLINE in the new vstudio project files.

This commit is contained in:
Glenn Randers-Pehrson
2010-04-24 20:33:42 -05:00
parent d35b878b5e
commit 810c2e6077
15 changed files with 765 additions and 760 deletions

View File

@@ -5,6 +5,6 @@ includedir=@includedir@/libpng15
Name: libpng
Description: Loads and saves PNG files
Version: 1.5.0beta20
Version: 1.5.0beta21
Libs: -L${libdir} -lpng15
Cflags: -I${includedir}

View File

@@ -1,7 +1,7 @@
#!/bin/awk -f
# scripts/options.awk - library build configuration control
#
# libpng version 1.5.0beta17 - April 2, 2010
# last changed in libpng version 1.5.0 - April 25, 2010
#
# Copyright (c) 1998-2010 Glenn Randers-Pehrson
#

View File

@@ -6,7 +6,7 @@
#
com pnglibconf.h - library build configuration
com
com libpng version PNGLIB_VERSION - April 2, 2010
com libpng version PNGLIB_VERSION - last changed on April 25, 2010
com
com Copyright (c) 1998-2010 Glenn Randers-Pehrson
com

View File

@@ -1,7 +1,7 @@
/* 1.5.0beta19 STANDARD API DEFINITION */
/* libpng-1.5.0beta21 STANDARD API DEFINITION */
/* pnglibconf.h - library build configuration */
/* libpng version 1.5.0beta19 - April 2, 2010 */
/* last changed in libpng version 1.5.0 - April 25, 2010 */
/* Copyright (c) 1998-2010 Glenn Randers-Pehrson */

View File

@@ -11,7 +11,7 @@ LIBRARY
;OS2 CODE PRELOAD MOVEABLE DISCARDABLE
EXPORTS
;Version 1.5.0beta20
;Version 1.5.0beta21
png_access_version_number @1
png_set_sig_bytes @2
png_sig_cmp @3

View File

@@ -1,7 +1,7 @@
/* pngwin.dfn - define format of pngwin.def
*
* Last changed in libpng 1.5.0 [March 12, 2010]
* Last changed in libpng version 1.5.0 [April 25, 2010]
* Copyright (c) 1998-2010 Glenn Randers-Pehrson
*
* This code is released under the libpng license.