gen-make.py of Subversion can provide a solution for compiling php in windows?
[email protected] (Thiago Farina)
| Newsgroups | php.internals.win |
|---|---|
| Message-ID | <[email protected]> |
Hi everyone, Come back to support of Visual Studio in php, I recommend you guys take a look how gen-make.py of Subversion works. This script generates all Visual Studio Solution files and project files for subversion. I don't get in the code, but I test and I did compile all projects successfully in visual studio after running this script. Now I can debug all svn applications(svn, svnadmin, etc) inside the great visual studio debugger. This script can improves the experience of compiling php in Windows. Thanks!