[cmake-commits] hoffman committed testfromauxsubdir.c 1.2 1.3

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Feb 27 15:11:49 EST 2007


Update of /cvsroot/CMake/CMake/Tests/SubDirSpaces/ThirdSubDir
In directory public:/mounts/ram/cvs-serv18062/ThirdSubDir

Modified Files:
	testfromauxsubdir.c 
Log Message:
ENH: watcom wmake can not handle () in the path with cd command


Index: testfromauxsubdir.c
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/SubDirSpaces/ThirdSubDir/testfromauxsubdir.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- testfromauxsubdir.c	22 Feb 2007 02:24:17 -0000	1.2
+++ testfromauxsubdir.c	27 Feb 2007 20:11:47 -0000	1.3
@@ -4,12 +4,16 @@
 void pair_stuff();
 void pair_p_stuff();
 void vcl_stuff();
+#ifdef CMAKE_PAREN
 void testOdd();
+#endif
 int main()
 {
   printf("Hello from subdirectory\n");
   secondone();
+#ifdef CMAKE_PAREN
   testOdd();
+#endif
   pair_stuff();
   pair_p_stuff();
   vcl_stuff();



More information about the Cmake-commits mailing list