now need to get m2
This commit is contained in:
11
fpc/main.cpp
11
fpc/main.cpp
@@ -155,8 +155,17 @@ findbuild:
|
||||
|
||||
CommandLine()->CreateCommandLine(c, v);
|
||||
Plat_InitRandom();
|
||||
|
||||
if (CommandLine()->CheckParam("-v") || CommandLine()->CheckParam("--version"))
|
||||
{
|
||||
V_printf("fpc version v1\n");
|
||||
V_printf("built " __DATE__ " " __TIME__ "\n");
|
||||
V_printf("built for %s\n", Target_t::HostTarget().GetTriplet().GetString());
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (CommandLine()->CheckParam("build"))
|
||||
return build();
|
||||
build();
|
||||
const char *szDeployDevice = CommandLine()->ParamValue("deploy");
|
||||
Plat_ShutdownRandom();
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user