simple http client
This commit is contained in:
@@ -139,9 +139,14 @@ DECLARE_BUILD_STAGE(install)
|
||||
CUtlString szTier0 = GET_PROJECT_LIBRARY(tier0, "tier0");
|
||||
CUtlString szTier1 = GET_PROJECT_LIBRARY(tier1, "tier1");
|
||||
CUtlString szTier2 = GET_PROJECT_LIBRARY(tier2, "tier2");
|
||||
CUtlString xtool = GET_PROJECT_LIBRARY(xtool_cpp, "xtool");
|
||||
|
||||
filesystem2->CopyFile("build/fpc_temp", szExe);
|
||||
filesystem2->CopyFile("build/libfpc_temp.so", szLibFpc);
|
||||
if (xtool)
|
||||
{
|
||||
filesystem2->CopyFile("build", xtool);
|
||||
}
|
||||
|
||||
/*
|
||||
filesystem2->CopyFile("build/libtier1.a", szTier1);
|
||||
|
||||
Reference in New Issue
Block a user