summaryrefslogtreecommitdiff
path: root/infrastructure/msvc
Commit message (Collapse)AuthorAge
* Make libbackupstore depend on common, so common can generate BoxVersion.h firstChris Wilson2011-10-11
|
* Switch back from custom build step to pre-build event, as the custom step ↵Chris Wilson2011-10-11
| | | | just doesn't work
* Don't die if BoxVersion.h doesn't exist yet.Chris Wilson2011-10-11
|
* Update MSVC project for new names of protocol files.Chris Wilson2011-08-28
|
* Fix MSVC 2010 project for new file locations. Separate libbackupclient filesChris Wilson2011-05-24
| | | | | out of libcommon. Silence CRT deprecation warnings in QDBM build.
* Remove some redundant imports to reduce compile warnings in MSVC 2010.Chris Wilson2011-04-16
|
* Remove redundant copy of the version string from getversion.pl.Chris Wilson2011-04-16
|
* Substitute variables in boxbackup.mpi.in to build a valid InstallJammerChris Wilson2011-04-16
| | | | | config file for use with MSVC.
* Refactor MSVC library dependencies onto the common project, and removeChris Wilson2011-04-15
| | | | | optional settings that should be left at their defaults.
* Switch from solution dependencies to project-to-project dependencies.Chris Wilson2011-04-14
| | | | | | | | | | | | Convert pre-build event to a custom build step. Store intermediates for each project in their own subdirectory for tidyness, to avoid overwriting, and to fix parallel builds. Use automatic library dependencies from required projects. These changes eliminate unnecessary rebuilds in MSVC 2010.
* Avoid unnecessary rewriting of BoxVersion.h to speed up MSVC build. Chris Wilson2011-04-08
|
* First attempt to extract some data from VSS, not useful yet.Chris Wilson2011-03-28
|
* Move backupstore common code to its own library, libbackupstore.Chris Wilson2011-03-27
| | | | | Add projects for bbstored and bbstoreaccounts.
* Remove SUO file that doesn't need to be in version control.Chris Wilson2011-03-27
|
* Remove unwanted definitions from solution.Chris Wilson2011-03-26
|
* Add a solution and project for building on MSVC 2010.Chris Wilson2011-03-26
|
* Rename NDEBUG flag to BOX_RELEASE_BUILD, as other projects use NDEBUG as Chris Wilson2008-12-30
| | | | | | well (e.g. wxWidgets) and it causes conflicts which are difficult to resolve.
* Add missing include dirs for pcre, and missing link to advapi32.dll.Chris Wilson2008-09-06
|
* Update Visual Studio project files to match new files added, thanks Gary!Chris Wilson2007-07-26
| | | | | (refs #3, merges [1674])
* Visual Studio 2005 compile fixes, thanks to Gary.Chris Wilson2006-12-29
| | | | | Enable (and require) PCRE when building with Visual Studio 2005.
* Added a script to determine the build version on Win32 MSVC. (refs #3)Chris Wilson2006-10-16
|
* Updated MSVC project files. (refs #3)Chris Wilson2006-10-16
|
* * mergeChris Wilson2006-07-27
| | | | | | | - This is my current patch queue. I think that all of these are safe to apply. This is just under half of the pending changes in chris/general (the easy half).
* * boxbackup.ncbChris Wilson2006-02-21
| | | | | - Added missing Visual Studio 2003 project file
* * 2003/boxquery.vcprojChris Wilson2006-02-21
| | | | | | | | | | | * 2003/boxbackup.suo * 2003/win32test.vcproj * 2003/common.vcproj * 2003/bbackupctl.vcproj * 2003/bbackupd.vcproj - Updated Visual Studio 2003 project files, thanks to "Mark" <boxbackup@hostingbrothers.nl>
* Merge chris/win32/vc2005-compile-fixes @ r455, add infrastructure/msvc to ↵Ben Summers2006-02-13
distribution