updated for latest build tree
This commit is contained in:
parent
bab5bb5a72
commit
a42a5f1a0e
Binary file not shown.
|
@ -128,12 +128,12 @@ private void AddModules()
|
|||
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";
|
||||
|
||||
|
|
|
@ -54,7 +54,7 @@ private void AddModules()
|
|||
csx.vcproj = "csx";
|
||||
|
||||
Module cstrike = new Module();
|
||||
cstrike.sourcedir = "cstrike";
|
||||
cstrike.sourcedir = "dlls\\cstrike";
|
||||
cstrike.projname = "cstrike_amxx";
|
||||
cstrike.vcproj = "cstrike";
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
compress = C:\WINDOWS\zip.exe
|
||||
source = c:\real\code\amxmodx
|
||||
source = R:\amxmodx
|
||||
makeopts =
|
||||
output = c:\real\done
|
||||
devenv = C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE\devenv.com
|
||||
release = amxmodx-1.75
|
||||
release = amxmodx-1.76
|
||||
|
|
Loading…
Reference in New Issue
Block a user