libcvd-members
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [libcvd-members] windows project file changes


From: Gerhard Reitmayr
Subject: Re: [libcvd-members] windows project file changes
Date: Thu, 23 Jul 2009 18:06:49 +0200

I don't know. I think Ed used it with mingw ?

not really an option for me. very VC heavy environment and I would actually give up the one good thing, the IDE.

but, maybe something like cmake is a possible solution?

On 23 Jul 2009, at 17:45, Georg Klein wrote:

Does cvd compile with the free command line only tools?
using a makefile?

On 23 Jul 2009, at 15:17, Gerhard Reitmayr <address@hidden> wrote:

Hi everyone,

just a quick heads-up on what I plan to do with the Windows project files. Its getting tedious to keep all the include and lib paths correct in lots of project files, so I propose to do the following:

- do a unix style install into three directories for headers, libs and bins (which include the shared libraries, dlls under windows)

- these three directories are set by the user with three environment variables: INCLUDEDIR, LIBDIR, BINDIR . of course they can be set from a single common prefix like this:
PREFIX=something
INCLUDEDIR=%something%\include
etc.

- project files will only use a single include dir (besides the local one) and libdir

- projects will also have an install project which copies the files into the installation location defined above.

- some 3rd party libraries (like jpeg, ptheads-win32) can be copied by the user into these directories to make them available.

what do you think ? any thoughts about this ?

cheers,
Gerhard

--
Gerhard Reitmayr
MIL, Engineering Department, Cambridge University
http://mi.eng.cam.ac.uk/~gr281/




_______________________________________________
libcvd-members mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/libcvd-members

--
Gerhard Reitmayr
MIL, Engineering Department, Cambridge University
http://mi.eng.cam.ac.uk/~gr281/






reply via email to

[Prev in Thread] Current Thread [Next in Thread]