Adding vscript implementation

This commit is contained in:
James Mitchell
2020-05-15 19:17:08 +10:00
parent d840c57b4a
commit 9223601321
156 changed files with 27754 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ $Group "everything"
"vice"
"vrad_dll"
"vrad_launcher"
"vscript"
"vtf2tga"
"vtfdiff"
"vvis_dll"

View File

@@ -111,6 +111,11 @@ $Project "vrad_launcher"
"utils\vrad_launcher\vrad_launcher.vpc" [$WIN32]
}
$Project "vscript"
{
"vscript\vscript.vpc"
}
$Project "vtf2tga"
{
"utils\vtf2tga\vtf2tga.vpc" [$WIN32]

View File

@@ -21,6 +21,9 @@ $Conditional MAPBASE "1"
// Toggles Mapbase's RPC implementation
$Conditional MAPBASE_RPC "1"
// Toggles VScript implementation (note: interfaces still exist, just the provided implementation is not present)
$Conditional MAPBASE_VSCRIPT "1"
//-----------------------------------------------------------------------------
$Configuration "Debug"