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
This commit is contained in:
Steve Naroff 2009-02-02 19:22:02 +00:00
parent af435274e5
commit 34ca888cd6

View File

@ -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