libcvd-members
[Top][All Lists]
Advanced

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

[libcvd-members] windows project file changes


From: Gerhard Reitmayr
Subject: [libcvd-members] windows project file changes
Date: Thu, 23 Jul 2009 16:17:13 +0200

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/






reply via email to

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