Subversion Repositories gelsvn

Rev

Rev 73 | Blame | Compare with Previous | Last modification | View Log | RSS feed

// author : bjBuilding instructions for GEL under Visual Studio

To build the .sln and vcproj files, execute :

MPC\mwc.pl -type vc71 -ti lib:msvc -ti dll_exe:msvcexe GEL.mwc

The type flag can be changed to vc6, vc7 or vc8 according to your version of MSVC

The two -ti options refer to the template input files, which should work for all versions of MSVC
(It seems weird to me that the projects generating .exe files, needs template type dll_exe instead of lib_exe, but this is probably a bug/feature of MPC)

Note: Perl must be installed. A freeware version can be downloaded from:

http://www.activestate.com/Products/Download/Download.plex?id=ActivePerl

Each project contain three configurations: Debug, Release and Install. 

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.

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)

Generated by GNU Enscript 1.6.6.