Subversion Repositories gelsvn

Rev

Rev 114 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 114 Rev 145
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
5
Install. Debug and Release have the usual functionality, while Install
5
Install. Debug and Release have the usual functionality, while Install
6
is special.
6
is special.
7
 
7
 
8
We assume, that once GEL is installed, it should be used without
8
We assume, that once GEL is installed, it should be used without
9
adding the source and header files to the particular project. 
9
adding the source and header files to the particular project. 
10
 
10
 
11
Therefore we install GEL in an outside directory defined by the
11
Therefore we install GEL in an outside directory defined by the
12
environment variable GELEXT. In the configuration, this is done by
12
environment variable GELEXT. In the configuration, this is done by
13
setting the Target Directory to  
13
setting the Target Directory to  
14
$(GELEXT)\lib\windows
14
$(GELEXT)\lib\windows
15
 
15
 
16
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 
17
$(GELEXt)\include 
17
$(GELEXt)\include 
18
 
18
 
19
The GELEXT variable should be the path where all 3rd party lib and
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) 
20
header files are stored (like /usr/local/ on a *NIX system) 
21
 
21
 
22
 
22
 
23
 
23