some work on fpc
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
CUtlVector<CUtlString> tier1_CompiledFiles = {
|
||||
"interface.cpp",
|
||||
"appinit.cpp",
|
||||
"commandline.cpp",
|
||||
"utlbuffer.cpp",
|
||||
"utlmap.cpp",
|
||||
"utlstring.cpp",
|
||||
@@ -28,7 +27,7 @@ DECLARE_BUILD_STAGE(tier1)
|
||||
|
||||
CUtlString szOutputDir = linker->Link(&ldProject);
|
||||
|
||||
ADD_OUTPUT_LIBRARY(szOutputDir)
|
||||
ADD_OUTPUT_OBJECT("tier1", szOutputDir)
|
||||
|
||||
return 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user