summaryrefslogtreecommitdiff
path: root/buildscripts/vcxproj.header
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-13759: vcxproj generator improvementsMark Benvenuto2014-06-121-21/+56
| | | | | | | | | | 1. VCXProj now builds all .cpp files itself 2. Moved obj files to Build/ to keep repo clean 3. Split jstoh so that it can be called by vcxproj file 4. Make_Vcxproj - fixed to handle cl temp files, fixes now that vcxproj builds generated files, and fix _TARGET_ search and replace Note: Depends on python installation
* match make_vcxproj to scons windows warnings disabledDwight2014-04-251-1/+1
|
* visual studio didnt like the nested xml comments hereDwight2014-01-071-1/+4
|
* more work on vcxproj generationDwight2013-12-181-1/+6
|
* vcxproj generation more workDwight2013-12-181-2/+2
|
* make_vcxproj make it _WIN32_WINNT preprocessor define awareDwight2013-12-131-2/+2
|
* vcxproj file generator, made it NTDDI_VERSION-awareDwight2013-12-131-2/+17
|
* more work on the vcxproj file generator.Dwight2013-11-251-4/+4
|
* Towards automatic generation of vcxproj files. See comments at top of the ↵Dwight2013-11-131-0/+193
make_vcxproj.py file on how to use.