some work on fpc
This commit is contained in:
@@ -9,6 +9,7 @@ CUtlVector<CUtlString> tier0_CompiledFiles = {
|
||||
"mem.cpp",
|
||||
"platform.cpp",
|
||||
"network.cpp",
|
||||
"commandline.cpp"
|
||||
};
|
||||
|
||||
DECLARE_BUILD_STAGE(tier0)
|
||||
@@ -26,7 +27,7 @@ DECLARE_BUILD_STAGE(tier0)
|
||||
ldProject.linkType = ELINK_DYNAMIC_LIBRARY;
|
||||
szOutputProject = linker->Link(&ldProject);
|
||||
|
||||
ADD_OUTPUT_LIBRARY(szOutputProject);
|
||||
ADD_OUTPUT_OBJECT("tier0", szOutputProject);
|
||||
|
||||
return 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user