Re: [PHP4BETA] cvs: php4 /ext/calendar/ calendar.c
[email protected] (Andi Gutmans)
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 23 May 2000, Zeev Suraski wrote: > On Tue, 23 May 2000, Sascha Schumann wrote: > > > On Tue, 23 May 2000, Andi Gutmans wrote: > > > > > Does this mean you are planning on changing all of the extensions? > > > How does the build system work with this currently? It creates the > > > COMPILE_DL_CALENDAR #define? > > > > It has been changed a couple of months ago to use COMPILE_DL_FOO. Some > > weeks ago, I've converted most extensions to use the new syntax while also > > providing backwards compatibility for Windows dlls. > > We should try to make it consistent in Windows as well... So basically > you're saying that all COMPILE_DL's should be changed to COMPILE_DL_FOO's > in the various MSVC project files? yes. Sascha made the changes (not tested yet). Andi