Mercurial > hg > xemacs-beta
comparison nt/xemacs.mak @ 314:341dac730539 r21-0b55
Import from CVS: tag r21-0b55
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:44:22 +0200 |
parents | 851ff35f137f |
children | afd57c14dfc8 |
comparison
equal
deleted
inserted
replaced
313:2905de29931f | 314:341dac730539 |
---|---|
162 !endif | 162 !endif |
163 !if $(HAVE_MSW) && $(HAVE_XPM) && defined(XPM_DIR) && !exist("$(XPM_DIR)\lib\Xpm.lib") | 163 !if $(HAVE_MSW) && $(HAVE_XPM) && defined(XPM_DIR) && !exist("$(XPM_DIR)\lib\Xpm.lib") |
164 !message Specified XPM directory does not contain "$(XPM_DIR)\lib\Xpm.lib" | 164 !message Specified XPM directory does not contain "$(XPM_DIR)\lib\Xpm.lib" |
165 CONFIG_ERROR=1 | 165 CONFIG_ERROR=1 |
166 !endif | 166 !endif |
167 !if $(HAVE_MSW) && $(HAVE_PNG) && !defined(PNG_DIR) && !defined(ZLIB_DIR) | 167 !if $(HAVE_MSW) && $(HAVE_PNG) && !defined(PNG_DIR) |
168 !message Please specify root directory for your PNG and ZLIB installation: PNG_DIR=path ZLIB_DIR=path | 168 !message Please specify root directory for your PNG installation: PNG_DIR=path |
169 CONFIG_ERROR=1 | 169 CONFIG_ERROR=1 |
170 !endif | 170 !endif |
171 !if $(HAVE_MSW) && $(HAVE_PNG) && defined(PNG_DIR) && !exist("$(PNG_DIR)\libpng.lib") | 171 !if $(HAVE_MSW) && $(HAVE_PNG) && defined(PNG_DIR) && !exist("$(PNG_DIR)\libpng.lib") |
172 !message Specified PNG directory does not contain "$(PNG_DIR)\libpng.lib" | 172 !message Specified PNG directory does not contain "$(PNG_DIR)\libpng.lib" |
173 CONFIG_ERROR=1 | |
174 !endif | |
175 !if $(HAVE_MSW) && $(HAVE_PNG) && !defined(ZLIB_DIR) | |
176 !message Please specify root directory for your ZLIB installation: ZLIB_DIR=path | |
173 CONFIG_ERROR=1 | 177 CONFIG_ERROR=1 |
174 !endif | 178 !endif |
175 !if $(HAVE_MSW) && $(HAVE_PNG) && defined(ZLIB_DIR) && !exist("$(ZLIB_DIR)\zlib.lib") | 179 !if $(HAVE_MSW) && $(HAVE_PNG) && defined(ZLIB_DIR) && !exist("$(ZLIB_DIR)\zlib.lib") |
176 !message Specified ZLIB directory does not contain "$(ZLIB_DIR)\zlib.lib" | 180 !message Specified ZLIB directory does not contain "$(ZLIB_DIR)\zlib.lib" |
177 CONFIG_ERROR=1 | 181 CONFIG_ERROR=1 |