commit | 9ff3d9a1b479c7b12b75bc054cfe983955e5353b | [log] [tgz] |
---|---|---|
author | Steve Naroff <snaroff@apple.com> | Mon Feb 02 19:22:02 2009 +0000 |
committer | Steve Naroff <snaroff@apple.com> | Mon Feb 02 19:22:02 2009 +0000 |
tree | ccad9ac165b028e22e688b2fa7e836104f34c172 | |
parent | f5589ac5a917c845475d64cf288c4739d44ca48b [diff] [blame] |
Update hand-crafted VC++ build. - Add PACKAGE_STRING definition to Windows config.h. llvm-svn: 63539
diff --git a/llvm/win32/config.h b/llvm/win32/config.h index 9095816..62d4c05 100644 --- a/llvm/win32/config.h +++ b/llvm/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