RE: [PHP-DEV] VC6 Win32 Build

2005-04-17 Thread Terry R. Lacey
Ah sorry. Got it. It's in the Source directory. Thanks again. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] VC6 Win32 Build

2005-04-17 Thread Terry R. Lacey
y compile the php Modules using the GUI. But I'd like to get the Command Line straightened out as well. Terry > -Original Message- > From: Frank M. Kromann [mailto:[EMAIL PROTECTED] > Sent: April 17, 2005 1:41 PM > To: Terry R. Lacey > Cc: internals@lists.php

Re: [PHP-DEV] VC6 Win32 Build

2005-04-17 Thread Frank M. Kromann
buildconf.bat should be located in the root of the source three and contain these two lines @echo off cscript /nologo win32\build\buildconf.js if buildconf.js is executed this way it should not produce any errors or arnings. - Frank > I'm also trying to Build php5ts using the VC6 Build Tools as