made it work with new fpc
This commit is contained in:
@@ -24,6 +24,7 @@ DECLARE_BUILD_STAGE(client)
|
||||
|
||||
CUtlString outputProject = linker->Link(&ldProject);
|
||||
|
||||
/*
|
||||
if (!bStaticBuild)
|
||||
{
|
||||
filesystem2->MakeDirectory(CUtlString("%s/funnygame/bin",szOutputDir.GetString()));
|
||||
@@ -31,6 +32,7 @@ DECLARE_BUILD_STAGE(client)
|
||||
} else {
|
||||
client_lib = outputProject;
|
||||
}
|
||||
*/
|
||||
|
||||
return 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user