diff options
author | Stanislav Malyshev <stas@php.net> | 2009-01-17 02:07:46 +0000 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2009-01-17 02:07:46 +0000 |
commit | ba488431f6311e371ade18a983be9d2f9bb47453 (patch) | |
tree | 39d5e59092eb7f626a137fd7c12e1179c20a9caa /win32 | |
parent | b898fa87ac637a126ac6fb94a9aedf687a4190ae (diff) | |
download | php-git-ba488431f6311e371ade18a983be9d2f9bb47453.tar.gz |
build IDs
Diffstat (limited to 'win32')
-rw-r--r-- | win32/build/config.w32 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/build/config.w32 b/win32/build/config.w32 index 8d18aa5805..6365311ab3 100644 --- a/win32/build/config.w32 +++ b/win32/build/config.w32 @@ -20,6 +20,7 @@ VCVERS = probe_binary(CL).substr(0, 5).replace('.', ''); STDOUT.WriteLine(" Detected compiler " + VC_VERSIONS[VCVERS]); AC_DEFINE('COMPILER', VC_VERSIONS[VCVERS], "Detected compiler version"); DEFINE("PHP_COMPILER_SHORT", VC_VERSIONS_SHORT[VCVERS]); +AC_DEFINE('PHP_COMPILER_ID', VC_VERSIONS_SHORT[VCVERS], "Compiler compatibility ID"); // do we use x64 or 80x86 version of compiler? X64 = probe_binary(CL, 64); |