hepmc - Blame information for rev 32
Subversion Repositories:
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 32 | garren | 1 | |
| 2 | # Set up to find the VC71 compiler (assuming a standard | ||
| 3 | # installation) and the other tools used by it ... | ||
| 4 | |||
| 5 | # add CLHEP to the INCLUDE and LIB paths | ||
| 6 | # replace C:/cygwin/home/clhep/1.9.2.2/... with the path to your CLHEP files | ||
| 7 | |||
| 8 | export VSPATH="/cygdrive/c/Program Files/Microsoft Visual Studio .NET 2003" | ||
| 9 | |||
| 10 | export PATH="/cygdrive/c/WINNT/Microsoft.NET/Framework/v1.1.4322":${PATH} | ||
| 11 | |||
| 12 | export PATH="${VSPATH}/SDK/v1.1/bin":${PATH} | ||
| 13 | export PATH="${VSPATH}/Common7/Tools/bin":${PATH} | ||
| 14 | export PATH="${VSPATH}/Common7/Tools/bin/prerelease":${PATH} | ||
| 15 | export PATH="${VSPATH}/Common7/Tools/":${PATH} | ||
| 16 | |||
| 17 | export PATH="${VSPATH}/Vc7/bin":${PATH} | ||
| 18 | export PATH="${VSPATH}/Common7/IDE":${PATH} | ||
| 19 | |||
| 20 | |||
| 21 | # include and lib are interpreted by the compiler, so use win syntax | ||
| 22 | export INCLUDE="C:/cygwin/home/clhep/1.9.2.2/include;c:/Program Files/Microsoft Visual Studio .NET 2003/Vc7/include;C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\include" | ||
| 23 | export LIB="C:/cygwin/home/clhep/1.9.2.2/lib;c:/Program Files/Microsoft Visual Studio .NET 2003/Vc7/lib;C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Lib" | ||
| 24 | |||
| 25 |
