Massive reorganization attempt - part 1
Oh dear, what has DS done now?
This commit is contained in:
@@ -28,12 +28,7 @@ namespace AMXXRelease
|
||||
|
||||
private void AddModules()
|
||||
{
|
||||
Module tfcx = new Module();
|
||||
|
||||
tfcx.sourcedir = "dlls\\tfc\\tfcx";
|
||||
tfcx.vcproj = "tfcx";
|
||||
tfcx.projname = "tfcx_amxx";
|
||||
tfcx.bindir = "msvc";
|
||||
Module tfcx = new Module("tfcx");
|
||||
|
||||
m_Modules.Add(tfcx);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user