Re: [INTERNALS-WIN] Build environment notes (single CRT)
[email protected] ("Steph Fox")
| Newsgroups | php.internals.win |
|---|---|
| Message-ID | <015901c963ad$5ff5b500$3ffc1f3e@foxbox> |
> if the library is present in php_build\lib and its header are in > php_build\include, then it will simply work, as it always did. Yes, but you're ignoring the fact that the original build setup wasn't laid out this way. > is nothing to change in config.w32. Using CVS to compile is a bad idea > in the first place, if we make changes to the CVS and they gave been > proven stable, then we will provide new builds as well. But asking the > users to use a cvs checkout for this dependency is not an option. Normally I'd agree with you, but that particular code hasn't been touched in 5 years and isn't ever going to be touched again. > If one still likes to use the CVS, then he can always build it himself > and copy it to php_build, just like any other library. ... which is what most people with an existing setup will have done, particularly if they have a history of working with the old .dsp files. It's quite likely most of those people don't even realize the phpbuild bindlib files exist, much less that they're overriding any bindlib_w32 build that happens to be lying around. - Steph