|
From: Andre R. <and...@us...> - 2006-03-12 18:13:56
|
Update of /cvsroot/frontierkernel/Frontier/build_CWPro8/prefix_headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6141/build_CWPro8/prefix_headers Modified Files: frontier.osxcfm.release.pch frontier.ppc.release.pch opml.osxcfm.release.pch opml.ppc.release.pch radio.osxcfm.release.pch radio.ppc.release.pch Log Message: Define NDEBUG for release builds in preparation for letting the C library deal with assert() Index: frontier.ppc.release.pch =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/build_CWPro8/prefix_headers/frontier.ppc.release.pch,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** frontier.ppc.release.pch 11 Jan 2005 22:48:53 -0000 1.2 --- frontier.ppc.release.pch 12 Mar 2006 18:13:53 -0000 1.3 *************** *** 32,34 **** --- 32,36 ---- #pragma precompile_target "frontier.ppc.release.mch" + #define NDEBUG + #include "frontier.ppc.h" Index: opml.osxcfm.release.pch =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/build_CWPro8/prefix_headers/opml.osxcfm.release.pch,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** opml.osxcfm.release.pch 4 Feb 2006 16:08:42 -0000 1.2 --- opml.osxcfm.release.pch 12 Mar 2006 18:13:53 -0000 1.3 *************** *** 32,35 **** --- 32,37 ---- #pragma precompile_target "opml.osxcfm.release.mch" + #define NDEBUG + #define DEBUG 1 #define PRODUCTION 1 Index: radio.osxcfm.release.pch =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/build_CWPro8/prefix_headers/radio.osxcfm.release.pch,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** radio.osxcfm.release.pch 11 Jan 2005 22:48:53 -0000 1.2 --- radio.osxcfm.release.pch 12 Mar 2006 18:13:53 -0000 1.3 *************** *** 32,35 **** --- 32,37 ---- #pragma precompile_target "radio.osxcfm.release.mch" + #define NDEBUG + #define DEBUG 1 #define PRODUCTION 1 Index: opml.ppc.release.pch =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/build_CWPro8/prefix_headers/opml.ppc.release.pch,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** opml.ppc.release.pch 4 Feb 2006 16:08:42 -0000 1.2 --- opml.ppc.release.pch 12 Mar 2006 18:13:53 -0000 1.3 *************** *** 32,34 **** --- 32,36 ---- #pragma precompile_target "opml.ppc.release.mch" + #define NDEBUG + #include "opml.ppc.h" Index: radio.ppc.release.pch =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/build_CWPro8/prefix_headers/radio.ppc.release.pch,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** radio.ppc.release.pch 11 Jan 2005 22:48:53 -0000 1.2 --- radio.ppc.release.pch 12 Mar 2006 18:13:53 -0000 1.3 *************** *** 32,34 **** --- 32,36 ---- #pragma precompile_target "radio.ppc.release.mch" + #define NDEBUG + #include "radio.ppc.h" Index: frontier.osxcfm.release.pch =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/build_CWPro8/prefix_headers/frontier.osxcfm.release.pch,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** frontier.osxcfm.release.pch 11 Jan 2005 22:48:53 -0000 1.2 --- frontier.osxcfm.release.pch 12 Mar 2006 18:13:53 -0000 1.3 *************** *** 32,35 **** --- 32,37 ---- #pragma precompile_target "frontier.osxcfm.release.mch" + #define NDEBUG + #define DEBUG 1 #define PRODUCTION 1 |