I am trying to create some kind of nightly build environment that compiles both the x64 and x86 versions of the DLL extension for PHP.
I followed this tutorial on setting up the environment and building the extension, and it works great.
I currently have two virtual machines: one with x86 and one with x64 versions of Windows (XP and 7).
Is there a way to create both DLLs (32 and 64 bit) on the same virtual machine (I assume it will be Windows 7) using a batch file?
My goal is to set up a nightly βserverβ, but also be able to build DLLs with a button.
Thanks for any pointers.
Machines that compile DLLs have Visual Studio 2008 Express and Windows SDK 6 (for x86) and 7 (for x64)
Nikolaos Dimopoulos
source share