Update of /cvsroot/mockpp/mockpp/mockpp/config
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15261/mockpp/config
Modified Files:
gen-config-common.sh
Log Message:
fixes bcb5, msvc
Index: gen-config-common.sh
===================================================================
RCS file: /cvsroot/mockpp/mockpp/mockpp/config/gen-config-common.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- gen-config-common.sh 28 Dec 2005 09:23:30 -0000 1.2
+++ gen-config-common.sh 28 Dec 2005 19:43:08 -0000 1.3
@@ -7,16 +7,16 @@
#undef DEBUG
/* Version number of package */
-#define MOCKPP_VERSION $2
+#define MOCKPP_VERSION "$2"
/* Name of package */
-#define MOCKPP_PACKAGE $3
+#define MOCKPP_PACKAGE "$3"
/* Define if you have CppUnit installed. */
#undef MOCKPP_USE_CPPUNIT
/* Define to 1 if you have the <cppunit/Message.h> header file. */
-#undef HAVE_CPPUNIT_MESSAGE_H 1
+#undef HAVE_CPPUNIT_MESSAGE_H
/* Define if you have CxxTest installed. */
#define MOCKPP_USE_CXXTEST
|