[Compbench-devel] CompBenchmarks++ main.cpp,1.3,1.4
Brought to you by:
xfred
|
From: Frederic T. <xf...@us...> - 2006-09-25 15:41:30
|
Update of /cvsroot/compbench/CompBenchmarks++ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv9275 Modified Files: main.cpp Log Message: Cygwin support. Index: main.cpp =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/main.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** main.cpp 19 Sep 2006 23:19:46 -0000 1.3 --- main.cpp 25 Sep 2006 15:41:24 -0000 1.4 *************** *** 5,8 **** --- 5,12 ---- #endif + #ifdef CBM_SYSTEM_CYGWIN + # include <System/System-Cygwin.h> + #endif + #include <cloptions.h> |