73 |
bj |
1 |
// author : bjBuilding instructions for GEL under Visual Studio
|
39 |
bj |
2 |
|
73 |
bj |
3 |
To build the .sln and vcproj files, execute :
|
39 |
bj |
4 |
|
73 |
bj |
5 |
MPC\mwc.pl -type vc71 GEL.mwc
|
39 |
bj |
6 |
|
73 |
bj |
7 |
The type flag can be changed to vc6, vc7 or vc8 according to your version of MSVC
|
|
|
8 |
Note: Perl must be installed. A freeware version can be downloaded from:
|
39 |
bj |
9 |
|
73 |
bj |
10 |
http://www.activestate.com/Products/Download/Download.plex?id=ActivePerl
|
39 |
bj |
11 |
|
73 |
bj |
12 |
Each project contain three configurations: Debug, Release and Install.
|
39 |
bj |
13 |
|
73 |
bj |
14 |
Debug and Release have the usual functionality, while Install is special. We assume, that once GEL is installed, it should be used without adding both source and header files to the particular project.
|
39 |
bj |
15 |
|
73 |
bj |
16 |
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 $(GELEXT)\lib\windows and, as a post-build event, all header files are copied to $(GELEXt)\include The GELEXT variable should be the path where all 3rd party lib and header files are stored (like /usr/local/ on a *NIX system)
|