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