Subversion Repositories gelsvn

Rev

Rev 114 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 114 Rev 202
Line -... Line 1...
-
 
1
// $Id: README_MSVC 202 2005-12-19 08:39:17Z bj $
-
 
2
//
-
 
3
Building instructions for GEL under Visual Studio 7.1 and 8 (2003 and 2005)
-
 
4
 
-
 
5
1. Project configuration
-
 
6
 
-
 
7
We use MPC to maintain .sln and .vcproj files, since the format of these files changes with each new version of Visual studio. The average GEL-user need not bother with this, since .bat files have been created to ease the use. 
-
 
8
 
-
 
9
More info on MPC can be found on:
-
 
10
http://www.ociweb.com/products/mpc
-
 
11
 
-
 
12
Note that Perl must be installed to use MPC.
-
 
13
 
1
// author : bj
14
2. Subsetting
-
 
15
 
2
Building instructions for GEL under Visual Studio 7.1
16
The use of MPC allows relatively easy creation of subsets of GEL. An example subset is created using the file build_vc71_solution_CGLA.bat creates the subset .sln and vcproj files using MPC and the Perl script makefiles/CGLA.pl which deletes all non-CGLA source code from GEL.
-
 
17
 
-
 
18
3. Build Configurations
3
 
19
 
4
Each project contain three configurations: Debug, Release and
20
Each project contain three configurations: Debug, Release and
5
Install. Debug and Release have the usual functionality, while Install
21
Install. Debug and Release have the usual functionality, while Install
6
is special.
22
is special.
7
 
23