Migrated
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#include "c.h"
|
||||
#include "ld.h"
|
||||
#include "tier1/utlstring.h"
|
||||
#include "tier1/commandline.h"
|
||||
|
||||
CUtlVector<CUtlString> tier1_CompiledFiles = {
|
||||
"tier1/commandline.cpp",
|
||||
@@ -10,6 +11,7 @@ CUtlVector<CUtlString> tier1_CompiledFiles = {
|
||||
"tier1/utlstring.cpp",
|
||||
"tier1/utlvector.cpp",
|
||||
};
|
||||
CUtlString tier1_lib;
|
||||
|
||||
int tier1_build()
|
||||
{
|
||||
@@ -24,6 +26,7 @@ int tier1_build()
|
||||
ldProject.linkType = ELINK_STATIC_LIBRARY;
|
||||
|
||||
CUtlString outputProject = ldProject.Link();
|
||||
tier1_lib = outputProject;
|
||||
|
||||
return 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user