Print

Print


Commit in SimDist/packages/lcio on MAIN
Makefile.in+6-21.16 -> 1.17
lcio patch to remove problem examples file on Cygwin

SimDist/packages/lcio
Makefile.in 1.16 -> 1.17
diff -u -r1.16 -r1.17
--- Makefile.in	20 Jul 2010 22:12:28 -0000	1.16
+++ Makefile.in	21 Jul 2010 23:27:38 -0000	1.17
@@ -1,4 +1,4 @@
-# $Header: /cvs/lcd/SimDist/packages/lcio/Makefile.in,v 1.16 2010/07/20 22:12:28 jeremy Exp $
+# $Header: /cvs/lcd/SimDist/packages/lcio/Makefile.in,v 1.17 2010/07/21 23:27:38 jeremy Exp $
 # default
 
 # package build
@@ -14,7 +14,11 @@
 compile_cmake:
 	cd $(PACKAGE_BUILDDIR); $(CMAKE) -DBUILD_SHARED_LIBS=OFF .; $(MAKE);
 
-targets := cvs config
+# This example does not compile on Cygwin. 
+patch:
+	cd $(PACKAGE_BUILDDIR); rm -rf ./src/cpp/src/EXAMPLE/readcalibration.cc;
+
+targets := cvs patch config
 
 ifdef CMAKE
 targets += compile_cmake
CVSspam 0.2.8