Date: 12/29/99
- Next message: Meganet: "[PHP-DEV] How to create shared objects .so files ??"
- Previous message: Stig Bakken: "Re: [PHP-DEV] cvs: /php3/functions info.c"
- Maybe in reply to: Frank M. Kromann: "[PHP-DEV] cvs: /php3/functions info.c"
- Next in thread: Stig Bakken: "Re: [PHP-DEV] cvs: /php3/functions info.c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
When you define a new project (for a dll called tt) in Visual Studio the following derines are set:
Debug:
WIN32,_DEBUG,_WINDOWS,_MBCS,_USRDLL,TT_EXPORTS
Relese:
WIN32,NDEBUG,_WINDOWS,_MBCS,_USRDLL,TT_EXPORTS
I think we should stick to WIN32.
- Frank
>On Mon, 27 Dec 1999, Frank M. Kromann wrote:
>
>| @@ -135,9 +135,11 @@
>| PUTS("</table>\n");
>|
>| SECTION("Configuration");
>| +#ifndef MSVC5
>
>We should decide on exactly what cpp condition to test on to decide
>whether we're building for Win32. We have #if/ifdef WINNT/WIN32/MSVC5 in
>almost every combination out there. I think we should use "#ifdef WIN32"
>everywhere, and definitely stay away from compiler/ide-specific ones like
>MSVC5. Does MSVC5 always define WIN32?
>
> - Stig
>
>
>
Swwwing A/S
Frank M. Kromann
VP Development
Phone: +45 70 20 77 20
Fax: +45 70 20 77 21
http://www.swwwing.com
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Meganet: "[PHP-DEV] How to create shared objects .so files ??"
- Previous message: Stig Bakken: "Re: [PHP-DEV] cvs: /php3/functions info.c"
- Maybe in reply to: Frank M. Kromann: "[PHP-DEV] cvs: /php3/functions info.c"
- Next in thread: Stig Bakken: "Re: [PHP-DEV] cvs: /php3/functions info.c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

