From: Sebastian Bergmann [mailto:[EMAIL PROTECTED]]
>   I now changed the MSVC project files in order to generate config.w32.h
>   from config.w32.h.in during the build, if config.w32.h does not already
>   exist.
> 
>   However, as I of course found out only after committing, MSVC deletes
>   config.w32.h when doing a /REBUILD, so this is a bit pointless.
> 
>   Does anyone know a way to exclude config.w32.h from being delete
>   during this cleanup for rebuilds?

Yep, use a project with a makefile.  You are then in control.


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to