aboutsummaryrefslogtreecommitdiffstats
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
commit7585d3e95abdf6b2165a91127cb2d8b41f4c289b (patch)
tree80dce1193e977a17f1711140c6fa7f1ff9995eff /win32
parent9972b639ede7c1b0fc564e99383249971b41ded2 (diff)
downloadexternal_llvm-7585d3e95abdf6b2165a91127cb2d8b41f4c289b.zip
external_llvm-7585d3e95abdf6b2165a91127cb2d8b41f4c289b.tar.gz
external_llvm-7585d3e95abdf6b2165a91127cb2d8b41f4c289b.tar.bz2
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 9095816..62d4c05 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