Re: [PHP4BETA] cvs: php4 /ext/calendar/ calendar.c
[email protected] (Andi Gutmans)
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <[email protected]> |
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. Well the Windows project files weren't udpated so I tought it was a mistake. Also there are tons of COMPILE_DL's still being used. Also some files have #if defined(COMPILE_DL) || defined(COMPILE_DL_FOO) I would really want it to be only one of these. Andi