Mercurial > pidgin
view pixmaps/status/Makefile.mingw @ 13418:ad33debf87b4
[gaim-migrate @ 15793]
Better NULL checking...
Resolves CID 62:
Event deref_ptr: Directly dereferenced pointer "wb"
75 if(wb->ui_data)
Event check_after_deref: Pointer "wb" dereferenced before NULL check
86 if(wb)
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Tue, 07 Mar 2006 01:58:34 +0000 |
parents | eb6feb00e6f3 |
children |
line wrap: on
line source
# # Makefile.mingw # # Description: Makefile for win32 (mingw) version of Gaim pixmaps # INSTALL_DIR = ../../win32-install-dir/pixmaps/gaim/status include ./Makefile.am install: if test '$(SUBDIRS)'; then \ list='$(SUBDIRS)'; for subdir in $$list; do \ $(MAKE) -C $$subdir -f Makefile.mingw install; \ done; \ fi;