39 |
bj |
1 |
// author : bj
|
|
|
2 |
Building instructions for GEL under Visual Studio 7.1
|
|
|
3 |
|
114 |
jab |
4 |
Each project contain three configurations: Debug, Release and
|
|
|
5 |
Install. Debug and Release have the usual functionality, while Install
|
|
|
6 |
is special.
|
39 |
bj |
7 |
|
114 |
jab |
8 |
We assume, that once GEL is installed, it should be used without
|
|
|
9 |
adding the source and header files to the particular project.
|
39 |
bj |
10 |
|
114 |
jab |
11 |
Therefore we install GEL in an outside directory defined by the
|
|
|
12 |
environment variable GELEXT. In the configuration, this is done by
|
|
|
13 |
setting the Target Directory to
|
39 |
bj |
14 |
$(GELEXT)\lib\windows
|
|
|
15 |
|
|
|
16 |
and, as a post-build event, all header files are copied to
|
|
|
17 |
$(GELEXt)\include
|
|
|
18 |
|
114 |
jab |
19 |
The GELEXT variable should be the path where all 3rd party lib and
|
|
|
20 |
header files are stored (like /usr/local/ on a *NIX system)
|
39 |
bj |
21 |
|
|
|
22 |
|