Commit Graph

8 Commits

Author SHA1 Message Date
Rom Walton f921d090a2 Quick Updates
svn path=/trunk/boinc/; revision=21842
2010-06-29 20:20:56 +00:00
Rom Walton ede763f160 Quick Updates
svn path=/trunk/boinc/; revision=21641
2010-05-26 16:36:07 +00:00
Rom Walton 8b3acfbc08 Quick Updates
svn path=/trunk/boinc/; revision=21640
2010-05-26 16:34:53 +00:00
Rom Walton 0348fb6cb0 Quick Updates
svn path=/trunk/boinc/; revision=21639
2010-05-26 16:00:26 +00:00
Rom Walton 71ca452489 Quick Updates
svn path=/trunk/boinc/; revision=21638
2010-05-26 15:59:57 +00:00
Rom Walton 18a35fd651 - WINBUILD: Properly handle detection of Visual Studio when
somebody has all of them installed (2005/2008/2010).

    win_build/
        boinc_cli.vcproj
        boincmgr.vcproj
        buildenv.cmd

svn path=/trunk/boinc/; revision=21636
2010-05-26 15:46:49 +00:00
Rom Walton 3bcff4e2db Convert any long file names to short filenames.
svn path=/trunk/boinc/; revision=20866
2010-03-12 01:38:30 +00:00
Rom Walton 1bf29888de - WINBUILD: Introduce the beginning of an automated build system for
Windows.  The goal is to completely automate the build process
        by creating a self contained environment for the scripts to
        execute under.  When completed it'll be able to do the following:
          * Increment version information
          * Build client software using installed version of VS.
          * Validate symbol files for specific components.
          * Add source file information to symbol files. (This will allow
              VS to automatically download the source file from SVN while
              single-stepping through the code on a clean machine)
          * Code sign executables
          * Build installer
          * Code sign installer
          * Upload updated symbol files and and setup packages
          
        When building interactively:
          * Automatically update the DLLs BOINC and BOINCMgr depend on
              when they have been updated in the source tree.
          * Fix-up BOINC project files when new branches are created
          * Fix-up project files for components BOINC depends on when
              new versions are released.
    
    /
        version.log (added)      
    win_build/
        buildenv.cmd (added)
        boinc_post_bld_rules.cmd
        boinc_cli.vcproj
        boincmgr.vcproj
    ../boinc_depends_win_vs2005
        <Various Files>

svn path=/trunk/boinc/; revision=19672
2009-11-23 16:40:07 +00:00