Commit Graph

16 Commits

Author SHA1 Message Date
Eric J. Korpela 0e47fe1fa6 -Unfortunately on some 32 bit systems there is a problem with wx-widgets
configuring itself for largefile support.  On these systems largefile
     support breaks C++ compiles by defining away many of the C standard library
     routines that should reside in namespace std::.  In order to get around
     problem first we have to check the largefile support macros.  Later we will
     use the macro SAH_LARGEFILE_BREAKS_CXX to check for the breakage.  If
     if breakage is found LARGEFILE_BREAKS_CXX is defined in config.h.  This
     define is checked in std_fixes.h and the appropriate functions are defined
     in order to solve the problem. (These functions were already in place)
     Because these defines affect the behavior of standard library headers,
     std_fixes.h is being included from config.h
    -Added AM_CPPFLAGS, AM_CFLAGS, and AM_CXXFLAGS (for flags common to all
     compiles) so they will be defined in all Makefile.am files.
    -Put #ifdef _cplusplus around the C++ specific items in std_fixes.h so it
     may be included from C source files.

svn path=/trunk/boinc/; revision=5375
2005-02-09 19:39:04 +00:00
David Anderson 4e294d1e5a *** empty log message ***
svn path=/trunk/boinc/; revision=5030
2005-01-08 07:44:22 +00:00
Eric J. Korpela 483ceaca0b *** empty log message ***
svn path=/trunk/boinc/; revision=4456
2004-10-29 04:42:37 +00:00
David Anderson 57be0ccde2 *** empty log message ***
svn path=/trunk/boinc/; revision=4339
2004-10-18 01:54:28 +00:00
David Anderson 4df39e85e4 *** empty log message ***
svn path=/trunk/boinc/; revision=3543
2004-06-12 04:45:36 +00:00
David Anderson f1eceb8605 *** empty log message ***
svn path=/trunk/boinc/; revision=2220
2003-09-02 21:16:55 +00:00
Karl Chen eb84dcefa4 *** empty log message ***
svn path=/trunk/boinc/; revision=2105
2003-08-15 00:50:58 +00:00
Karl Chen 515372ddbb *** empty log message ***
svn path=/trunk/boinc/; revision=1746
2003-07-19 00:37:06 +00:00
Karl Chen e840468a1b test cases and make_project
svn path=/trunk/boinc/; revision=1734
2003-07-18 21:43:12 +00:00
David Anderson 0a7f0e285b license
svn path=/trunk/boinc/; revision=1676
2003-07-15 18:19:29 +00:00
David Anderson eafb60f64a indentation
svn path=/trunk/boinc/; revision=1675
2003-07-13 01:10:24 +00:00
Karl Chen d52880c23d changed HOST to HOSTTYPE
svn path=/trunk/boinc/; revision=1572
2003-06-23 23:22:57 +00:00
Karl Chen c32503b9cf *** empty log message ***
svn path=/trunk/boinc/; revision=1369
2003-06-11 22:42:42 +00:00
Karl Chen 34f7f270c8 removed client distribution; 'check' target created; bugfixes for 'dist' target; documentation
svn path=/trunk/boinc/; revision=1336
2003-06-08 10:46:19 +00:00
Karl Chen 879617f4f8 Makefile distribution updates
svn path=/trunk/boinc/; revision=1335
2003-06-08 00:49:48 +00:00
Karl Chen defe655731 Rewrote build system using automake
svn path=/trunk/boinc/; revision=1319
2003-06-06 19:00:42 +00:00