hepmc - Diff between revs 321 and 361

Subversion Repositories:
Rev:
Show entire file - Ignore whitespace
Rev 321 Rev 361
Line 2... Line 2...
2 # running configure 2 # running configure
3 #------------------------------------------------------------- 3 #-------------------------------------------------------------
-   4
-   5 To avoid autotool confusion, we recommend running the bootstrap
-   6 in your cygwin environment before beginning the build.
4 7
5 To build for Windows Visual C++, configure with CXX=cl CC=cl. 8 To build for Windows Visual C++, configure with CXX=cl CC=cl.
6 Configure has an annoying habit of setting the -g flag, which is -  
7 ignored by Visual C++. To avoid this warning, use the following command: -  
8 /full/path/to/configure --prefix=<install directory> CXX=cl CC=cl CXXFLAGS= -  
9 9
10 #------------------------------------------------------------- 10 #-------------------------------------------------------------
11 # setup the compiler for cygwin 11 # setup the compiler for cygwin
12 #------------------------------------------------------------- 12 #-------------------------------------------------------------
13 13