[LLVMdev] Final Visual Studio Patches
Jeff Cohen
jeffc at jolt-lang.org
Mon Nov 1 07:15:38 PST 2004
If you're getting this error in lib/System/Win32/TimeValue.cpp, then you are not building it correctly. This file is included by lib/System/TimeValue.cpp, which is what you ought to be building. None of the files under Win32 are to be compiled directly; they are all included by files in lib/System.
On Mon, 01 Nov 2004 11:14:18 +0100
Morten Ofstad <morten at hue.no> wrote:
> Hello,
>
> with the patches you accepted last week, everything now works with two
> one-line modifications. One is a missing include in a windows specific
> platform file and the other is a definition of a symbol I need to trick
> the linker (as discussed before)... The attached file is the complete
> diff between my version and the CVS.
>
> If you want to put my visual studio project files into the CVS, please
> tell me where to send them as they're too big to attach to this mail.
>
> m.
>
More information about the llvm-dev
mailing list