MSBuild instead of nmake to build binaries using 10.0 or later version of VC.
authorHiroshi Inoue <inoue@tpf.co.jp>
Mon, 3 Feb 2014 04:59:32 +0000 (13:59 +0900)
committerHiroshi Inoue <inoue@tpf.co.jp>
Tue, 4 Feb 2014 12:49:51 +0000 (21:49 +0900)
commit4400b4d523b041c5584a872afd443b4e60d6174e
tree15349ff8b3891c5408422a7b9e35223abcf28965
parentd9419326b19f8349a96e51fc65add0259e4fbc61
MSBuild instead of nmake to build binaries using 10.0 or later version of VC.
See readme_winbuild.txt or winbuild/readme.txt about the use.
17 files changed:
.gitignore
BuildAll.bat [new file with mode: 0755]
editConfiguration.bat [new file with mode: 0755]
readme_winbuild.txt [new file with mode: 0755]
version.h
winbuild/BuildAll.ps1 [new file with mode: 0755]
winbuild/configuration.ps1
winbuild/configuration_template.xml [changed mode: 0644->0755]
winbuild/editConfiguration.bat [deleted file]
winbuild/editConfiguration.ps1
winbuild/pgenlist.vcxproj [new file with mode: 0755]
winbuild/pguser.Cpp.props [new file with mode: 0644]
winbuild/pgxalib.vcxproj [new file with mode: 0755]
winbuild/platformbuild.vcxproj [new file with mode: 0755]
winbuild/psqlodbc.Cpp.props [new file with mode: 0644]
winbuild/psqlodbc.vcxproj [new file with mode: 0755]
winbuild/readme.txt [new file with mode: 0755]