updated for latest build tree

This commit is contained in:
David Anderson
2006-08-24 21:42:25 +00:00
parent bab5bb5a72
commit a42a5f1a0e
4 changed files with 5 additions and 5 deletions

View File

@ -128,12 +128,12 @@ namespace AMXXRelease
sqlitex.vcproj = "sqlite_amxx";
Module engine = new Module();
engine.sourcedir = "engine";
engine.sourcedir = "dlls\\engine";
engine.projname = "engine_amxx";
engine.vcproj = "engine";
Module fun = new Module();
fun.sourcedir = "fun";
fun.sourcedir = "dlls\\fun";
fun.projname = "fun_amxx";
fun.vcproj = "fun";