Upgraded MSVC project files for VS 2010 and modified build tool to use them.

This commit is contained in:
Scott Ehlert
2011-06-29 00:50:14 -05:00
parent 49e3b748c3
commit 9d65198786
102 changed files with 6334 additions and 8455 deletions

View File

@@ -34,7 +34,7 @@ namespace AMXXRelease
{
build = "Release";
outdir = "modules";
bindir = "msvc8";
bindir = "msvc10";
}
public Module(string name)
@@ -42,7 +42,7 @@ namespace AMXXRelease
build = "Release";
outdir = "modules";
sourcedir = "dlls\\" + name;
bindir = "msvc8";
bindir = "msvc10";
projname = name + "_amxx";
vcproj = name;
}