Re: VC6 Win32 Build

php.internals

Frank M. Kromann

21 years ago
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 recommended
in
> the file README.WIN32-BUILD-SYSTEM because I seem to be getting
absolutely
> nowhere using the GUI. When I open the Tools Command Prompt, there's
no
> buildconf.bat. So I ran buildconf.js and came up with the following
Window:

Terry R. Lacey

21 years ago
Great! Thanks Frank! I ran that and I now get this message: "Rebuilding configure.js Skipping ext/TSRM -- already have a module with that name Now run 'cscript /nologo configure.js --help'" There's no configure.js in the win32\build directory. I was able to finally compile the php Modules using the GUI. But I'd like to get the Command Line straightened out as well. Terry

Terry R. Lacey

21 years ago
Ah sorry. Got it. It's in the Source directory. Thanks again.