From: Warren Young Date: August 26 2005 3:56pm Subject: Re: RELEASE: v2.0.3 List-Archive: http://lists.mysql.com/plusplus/4825 Message-Id: <430F3BBD.2020007@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Thomas Werth wrote: > - $(DEL) $(OBJS) $(LIB_FILE) $(EXTRA_CLEAN) > + $(DEL) $(OBJS) $(LIB_FILE) $(EXTRA_CLEAN) release\*.* No good. Makefile.base is used on all systems, not just VC++, and only VC++ creates the release directory. Something more on the model of install_platform might be better. Hopefully now beginning to see that it's easy to request features, and not so easy to come up with correct implementations.