Improve dependency management for lib/system/win32/* files. Instead of copying the
authorJeff Cohen <jeffc@jolt-lang.org>
Sat, 18 Dec 2004 08:01:43 +0000 (08:01 +0000)
committerJeff Cohen <jeffc@jolt-lang.org>
Sat, 18 Dec 2004 08:01:43 +0000 (08:01 +0000)
commit7897b728d355da56a5a5b3126e6662aa3c75f35e
treeffaf11ca08e538b510a322844a044f8b347d6620
parentf33972192da1cf509cde8b6c02fe582505e58420
Improve dependency management for lib/system/win32/* files.  Instead of copying the
files from win32/* to platform/*, create one line files in platform that include the
corresponding file in win32.  This makes life much more enjoyable!

The cruel irony is that NTFS has hard links just like Unix, but there's no way to
get to them from the DOS prompt!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19033 91177308-0d34-0410-b5e6-96231b3b80d8
win32/System/System.vcproj