Base package builds completely again - DS can't do anything right :|

This commit is contained in:
Scott Ehlert 2007-04-25 16:37:13 +00:00
parent 68d2b03e48
commit a93ef02efa
2 changed files with 2 additions and 0 deletions

View File

@ -136,6 +136,8 @@ private void AddModules()
core.outdir = "dlls";
Module mysqlx = new Module("mysqlx");
mysqlx.projname = "mysql_amxx";
Module sqlitex = new Module("sqlite");
Module engine = new Module("engine");
Module fun = new Module("fun");