Skip to content
Snippets Groups Projects
Select Git revision
  • aa65e8546d2edefcc42c1633773567a5803a23e0
  • master default protected
  • fix_Makefile.mingw#2
  • update_Makefile.mingw
  • fix_Makefile.mingw
  • fix_API_for_C_apps
  • fix_procinfo_mac
  • boinccmd_gpu_mode_always_until_sigterm
  • fgrp_osx_hotfix
  • fix_boinc_master@f8250782
  • eah_wrapper_improvements
  • diagnostics_win-hotfix
  • diagnostics_win-hotfix-old
  • current_fgrp_apps
  • testing_gw_apps
  • gw_app_darwin_15
  • current_brp_apps
  • current_brp_apps_android10
  • current_gfx_apps
  • current_server
  • current_gw_apps
  • previous_fgrp_apps
  • previous_gw_apps
  • testing_brp_apps
  • apps_FGRP3_1.07
  • apps_FGRP3_1.08
26 results

boinc_api.C

Blame
  • x86-mingw32-build.sh.conf.patch NaN GiB
    --- x86-mingw32-build.sh.conf
    +++ x86-mingw32-build.sh.conf.new	2008-05-16 16:04:14.000000000 +0200
    @@ -35,16 +35,16 @@
     #    the `x86-mingw32-build.sh.hosts' file for the `mirror' field
     #    in the following URL, to establish a default download host.
     #
    -     assume DOWNLOAD_HOST     http://mirror.dl.sourceforge.net/mingw
    +     assume DOWNLOAD_HOST     http://mesh.dl.sourceforge.net/mingw
     #
     # 3) Directories to use for temporary working space, package storage,
     #    and ultimate compiler installation.  You should adjust these to
     #    match your own host configuration; note that you MUST have WRITE
     #    permission for each directory specified.
     #
    -     assume WORKING_DIR                   $HOME/tmp/mingw-3.4.5
    -     assume PACKAGE_DIR                   $HOME/packages/mingw-3.4.5
    -     assume INSTALL_DIR                   $HOME/mingw
    +     assume WORKING_DIR                   `pwd`/../../../build/mingw
    +     assume PACKAGE_DIR                   `pwd`/../packages
    +     assume INSTALL_DIR                   `pwd`/../../../install/mingw
     #
     # 4) Package versions, from which the compiler will be built.
     #
    @@ -93,12 +93,12 @@
     #    the corresponding package is available in the PACKAGE_DIR, or
     #    if it is selected for download.
     #
    -     option GCC_LANGUAGE_OPTIONS          ada
    +#    option GCC_LANGUAGE_OPTIONS          ada
          option GCC_LANGUAGE_OPTIONS          c++
    -     option GCC_LANGUAGE_OPTIONS          d
    -     option GCC_LANGUAGE_OPTIONS          f77
    -     option GCC_LANGUAGE_OPTIONS          java
    -     option GCC_LANGUAGE_OPTIONS          objc
    +#    option GCC_LANGUAGE_OPTIONS          d
    +#    option GCC_LANGUAGE_OPTIONS          f77
    +#    option GCC_LANGUAGE_OPTIONS          java
    +#    option GCC_LANGUAGE_OPTIONS          objc
     #
     # 8) User preferences for configuration options.  These have been
     #    preconfigured to match the setup of the prebuilt compiler suite,