[cmake-commits] andy committed bar.c 1.2 NONE bar.cxx NONE 1.1

cmake-commits at cmake.org cmake-commits at cmake.org
Wed May 16 07:55:02 EDT 2007


Update of /cvsroot/CMake/CMake/Tests/BuildDepends/Project
In directory public:/mounts/ram/cvs-serv3696/Project

Added Files:
	bar.cxx 
Removed Files:
	bar.c 
Log Message:
BUG: fix test for hp move to c++ to avoid ansi issues and produce a message if the compile fails, (really checked in by Bill H.)


--- NEW FILE: bar.cxx ---
#include "stdio.h"

const char* foo();
int main()
{
  int i;
  printf("%s\n", foo());
  fflush(stdout);
  for(;;);
  return 0;
}

--- bar.c DELETED ---



More information about the Cmake-commits mailing list