Line 1... |
Line 1... |
1 |
// author : bjBuilding instructions for GEL under Visual Studio
|
1 |
// author : bjBuilding instructions for GEL under Visual Studio
|
2 |
|
2 |
|
3 |
To build the .sln and vcproj files, execute :
|
3 |
To build the .sln and vcproj files, execute :
|
4 |
|
4 |
|
5 |
MPC\mwc.pl -type vc71 GEL.mwc
|
5 |
MPC\mwc.pl -type vc71 -ti lib:msvc -ti dll_exe:msvcexe GEL.mwc
|
6 |
|
6 |
|
7 |
The type flag can be changed to vc6, vc7 or vc8 according to your version of MSVC
|
7 |
The type flag can be changed to vc6, vc7 or vc8 according to your version of MSVC
|
- |
|
8 |
|
- |
|
9 |
The two -ti options refer to the template input files, which should work for all versions of MSVC
|
- |
|
10 |
(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)
|
- |
|
11 |
|
8 |
Note: Perl must be installed. A freeware version can be downloaded from:
|
12 |
Note: Perl must be installed. A freeware version can be downloaded from:
|
9 |
|
13 |
|
10 |
http://www.activestate.com/Products/Download/Download.plex?id=ActivePerl
|
14 |
http://www.activestate.com/Products/Download/Download.plex?id=ActivePerl
|
11 |
|
15 |
|
12 |
Each project contain three configurations: Debug, Release and Install.
|
16 |
Each project contain three configurations: Debug, Release and Install.
|