summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2009-01-17 02:07:46 +0000
committerStanislav Malyshev <stas@php.net>2009-01-17 02:07:46 +0000
commitba488431f6311e371ade18a983be9d2f9bb47453 (patch)
tree39d5e59092eb7f626a137fd7c12e1179c20a9caa /win32
parentb898fa87ac637a126ac6fb94a9aedf687a4190ae (diff)
downloadphp-git-ba488431f6311e371ade18a983be9d2f9bb47453.tar.gz
build IDs
Diffstat (limited to 'win32')
-rw-r--r--win32/build/config.w321
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);