improved physics, added better caching
This commit is contained in:
@@ -20,6 +20,11 @@ int launcher_build()
|
||||
ldProject.linkType = ELINK_EXECUTABLE;
|
||||
|
||||
CUtlString outputProject = ldProject.Link();
|
||||
const char *szGameName = ICommandLine::ParamValue("-game");
|
||||
if (szGameName == NULL)
|
||||
szGameName = "funnygame";
|
||||
IFileSystem2::MakeDirectory(CUtlString("build/%s/game/bin",szGameName));
|
||||
IFileSystem2::CopyFile(CUtlString("build/%s/game/bin/%s", szGameName, szGameName), outputProject);
|
||||
|
||||
return 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user