Massive reorganization attempt - part 1

Oh dear, what has DS done now?
This commit is contained in:
Scott Ehlert
2007-03-13 11:46:03 +00:00
parent e4b01bc066
commit c71be87a3a
238 changed files with 2567 additions and 4903 deletions

View File

@@ -32,13 +32,11 @@ namespace AMXXRelease
Module dodx = new Module();
dodx.sourcedir = "dlls\\dod2\\dodx";
dodx.projname = "dodx_amxx";
dodx.bindir = "msvc";
dodx.vcproj = "dodx";
Module dodfun = new Module();
dodfun.sourcedir = "dlls\\dod2\\dodfun";
dodfun.projname = "dodfun_amxx";
dodfun.bindir = "msvc";
dodfun.vcproj = "dodfun";
m_Modules.Add(dodx);