aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/vs2010backend.py
AgeCommit message (Expand)AuthorFilesLines
2016-02-25vs2010: properly check whether solution needs to be regeneratedNicolas Schneider1-8/+15
2016-02-25vs2010: write regen.rule in gen_regenprojNicolas Schneider1-4/+5
2016-02-25vs2010: fix REGEN project input filesNicolas Schneider1-2/+1
2016-02-25Merge VS2010 path fix branch.Jussi Pakkanen1-4/+2
2016-02-25call os.path.normpath before splitting a file path into its componentsNicolas Schneider1-1/+1
2016-02-24vs2010: fix target_to_build_root methodNicolas Schneider1-4/+2
2016-02-23vs2010: do not add generated object files to projectNicolas Schneider1-4/+3
2016-02-23vs2010: write CustomBuildStep only if there is at least 1 command to be runNicolas Schneider1-8/+9
2016-02-23vs2010: merge all generators into single command invocationNicolas Schneider1-5/+11
2016-02-23vs2010: fix including a precompiled / generated object file in compilationNicolas Schneider1-3/+14
2016-02-23vs2010: fix wrong generator command concatenationNicolas Schneider1-1/+1
2016-01-23Moved backends to their own module.Jussi Pakkanen1-0/+646