[devel] Added symbols.chk target to Makefile.am to validate symbols in png.h

against the new DEF file scripts/symbols.def.
Changed the default DEF file back to pngwin.def.
Removed makefile.mingw.
This commit is contained in:
Glenn Randers-Pehrson
2010-03-16 07:52:34 -05:00
parent b92e2f7335
commit c551c0dbb3
11 changed files with 250 additions and 20 deletions

View File

@@ -11,7 +11,7 @@
#define PNG_EXPORT(type, name, args, attributes, ordinal)\
PNG_DEFN_MAGIC- name @ordinal-PNG_DEFN_END
#define PNG_REMOVED(name, ordinal)\
#define PNG_REMOVED(type, name, args, attributes, ordinal)\
PNG_DEFN_MAGIC-; name @ordinal-PNG_DEFN_END
PNG_DEFN_MAGIC-;---------------------------------------------------------------PNG_DEFN_END