summaryrefslogtreecommitdiff
path: root/vs2010backend.py
AgeCommit message (Expand)Author
2015-11-06Fixed run targets on VS2010.Jussi Pakkanen
2015-11-06Use absolute paths on msvc projecte because their cwd varies. The correct sol...Jussi Pakkanen
2015-11-05Simple custom targets work in VS2010.Jussi Pakkanen
2015-11-05A few fixes.Jussi Pakkanen
2015-11-05Fix pipeline test.Jussi Pakkanen
2015-11-04Reference the regen target.Jussi Pakkanen
2015-11-04Regeneration works now but only when doing a rebuild operation.Jussi Pakkanen
2015-11-04Regenerator script works, but is not run automatically yet.Jussi Pakkanen
2015-11-04Generate a standin vcxproject to regenerate build definitions when the projec...Jussi Pakkanen
2015-09-20But build type build args to vs command line.Jussi Pakkanen
2015-09-20Use ids as they key.Jussi Pakkanen
2015-09-20Changed target naming algorithm to avoid Windows file name forbidden characters.Jussi Pakkanen
2015-09-17Added outdir() method to build targets so we can make output dirs togglable.Jussi Pakkanen
2015-09-02Started target out dir refactoring with some clarifying renamings.Jussi Pakkanen
2015-06-19vs2010backend: fix bad-continuationIgor Gnatenko
2015-04-22Some vs2010 fixes.Jussi Pakkanen
2015-04-22Some vs2010 fixes.Jussi Pakkanen
2015-04-10Vs2010 fix from mfrischknecht. Closes #98.Jussi Pakkanen
2015-03-27Generate configure files immediately when they are declared. Closes #88.Jussi Pakkanen
2014-11-16Harmonised copyright declarations.Jussi Pakkanen
2014-03-31Some vs2010 fixes.Jussi Pakkanen
2014-03-31Separated backends into their own files.Jussi Pakkanen