summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorSteve Naroff <snaroff@apple.com>2009-02-02 19:22:02 +0000
committerSteve Naroff <snaroff@apple.com>2009-02-02 19:22:02 +0000
commit34ca888cd6766ebf1e92794a0807d9f33233abec (patch)
tree80dce1193e977a17f1711140c6fa7f1ff9995eff /win32
parentaf435274e56af687b51f33b5bc6f005fe99ad46f (diff)
Update hand-crafted VC++ build.
- Add PACKAGE_STRING definition to Windows config.h. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63539 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32')
-rw-r--r--win32/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/config.h b/win32/config.h
index 90958169f24..62d4c05d62a 100644
--- a/win32/config.h
+++ b/win32/config.h
@@ -3,6 +3,7 @@
#define PACKAGE_NAME "LLVM (win32 vc8.0)"
#define PACKAGE_VERSION 2.4
+#define PACKAGE_STRING "llvm 2.6svn"
#define LLVM_HOSTTRIPLE "i686-pc-win32"
#define HAVE_WINDOWS_H 1
#define HAVE_LIMITS_H 1