aboutsummaryrefslogtreecommitdiff
path: root/vs2010backend.py
AgeCommit message (Expand)AuthorFilesLines
2016-01-15Organise files into a module structure.Jussi Pakkanen1-640/+0
2015-12-28A few vs2010 fixes.Jussi Pakkanen1-2/+1
2015-12-12Fix incorrect private_dir_abs method.Jussi Pakkanen1-4/+4
2015-11-07Use all the extra flags in vs2010 projects.Jussi Pakkanen1-0/+22
2015-11-06Declare buildtype and platform only once.Jussi Pakkanen1-17/+30
2015-11-06Bring msvc2010 backend to form again.Jussi Pakkanen1-17/+13
2015-11-06Fixed run targets on VS2010.Jussi Pakkanen1-2/+37
2015-11-06Use absolute paths on msvc projecte because their cwd varies. The correct sol...Jussi Pakkanen1-1/+1
2015-11-05Simple custom targets work in VS2010.Jussi Pakkanen1-38/+102
2015-11-05A few fixes.Jussi Pakkanen1-2/+2
2015-11-05Fix pipeline test.Jussi Pakkanen1-1/+4
2015-11-04Reference the regen target.Jussi Pakkanen1-0/+5
2015-11-04Regeneration works now but only when doing a rebuild operation.Jussi Pakkanen1-4/+16
2015-11-04Regenerator script works, but is not run automatically yet.Jussi Pakkanen1-0/+17
2015-11-04Generate a standin vcxproject to regenerate build definitions when the projec...Jussi Pakkanen1-7/+78
2015-09-20But build type build args to vs command line.Jussi Pakkanen1-12/+25
2015-09-20Use ids as they key.Jussi Pakkanen1-3/+3
2015-09-20Changed target naming algorithm to avoid Windows file name forbidden characters.Jussi Pakkanen1-1/+1
2015-09-17Added outdir() method to build targets so we can make output dirs togglable.Jussi Pakkanen1-3/+4
2015-09-02Started target out dir refactoring with some clarifying renamings.Jussi Pakkanen1-4/+4
2015-06-19vs2010backend: fix bad-continuationIgor Gnatenko1-4/+4
2015-04-22Some vs2010 fixes.Jussi Pakkanen1-0/+5
2015-04-22Some vs2010 fixes.Jussi Pakkanen1-3/+3
2015-04-10Vs2010 fix from mfrischknecht. Closes #98.Jussi Pakkanen1-1/+5
2015-03-27Generate configure files immediately when they are declared. Closes #88.Jussi Pakkanen1-1/+0
2014-11-16Harmonised copyright declarations.Jussi Pakkanen1-1/+1
2014-03-31Some vs2010 fixes.Jussi Pakkanen1-1/+2
2014-03-31Separated backends into their own files.Jussi Pakkanen1-0/+380