search for: vproj

Displaying 4 results from an estimated 4 matches for "vproj".

Did you mean: proj
2004 Dec 24
3
[LLVMdev]Undefinedreferenceto`llvm::sys::CopyFile(llvm::sys::Pathconst&, llvm::sys::P
...On Fri, 2004-12-24 at 08:06, Jeff Cohen wrote: > And I had just fixed VC++ so that it *did* handle the dependencies with > platform correctly... This means that each file in System you change to > eliminate the #include from platform will require a corresponding change > to System.vproj. I'd appreciate it if you got it over with all at once, > otherwise VC++ support will be broken more often than not. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally...
2004 Dec 27
0
[LLVMdev]Undefinedreferenceto`llvm::sys::CopyFile(llvm::sys::Pathconst&, llvm::sys::P
...at 08:06, Jeff Cohen wrote: > > And I had just fixed VC++ so that it *did* handle the dependencies with > > platform correctly... This means that each file in System you change to > > eliminate the #include from platform will require a corresponding change > > to System.vproj. I'd appreciate it if you got it over with all at once, > > otherwise VC++ support will be broken more often than not. > > > ______________________________________________________________________ > _______________________________________________ > LLVM Developers mailin...
2004 Dec 24
0
[LLVMdev]Undefinedreferenceto`llvm::sys::CopyFile(llvm::sys::Pathconst&, llvm::sys::P
And I had just fixed VC++ so that it *did* handle the dependencies with platform correctly... This means that each file in System you change to eliminate the #include from platform will require a corresponding change to System.vproj. I'd appreciate it if you got it over with all at once, otherwise VC++ support will be broken more often than not. Reid Spencer wrote: >This is one of the reasons I'm getting rid of the "platform" link. I'm >not sure what platform you're working on, but on Cygwin...
2004 Dec 24
2
[LLVMdev]Undefinedreferenceto`llvm::sys::CopyFile(llvm::sys::Pathconst&, llvm::sys::P
This is one of the reasons I'm getting rid of the "platform" link. I'm not sure what platform you're working on, but on Cygwin it causes problems. Cygwin doesn't like .. through a soft link and generates incorrect file names. I imagine this is what is happening to the dependencies. In any event, the "platform" link will be gone before the new year. Sorry for