mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.cosmetics #1270
git-svn-id: svn://ultimatepp.org/upp/trunk@8968 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
069f653b9d
commit
e95cb56c86
1 changed files with 4 additions and 4 deletions
|
|
@ -78,7 +78,7 @@ CONSOLE_APP_MAIN
|
|||
SilentMode = true;
|
||||
if(x[i] == 'v')
|
||||
ide.console.verbosebuild = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
String v = GetUmkFile(arg[0] + ".var");
|
||||
if(IsNull(v) || !FileExists(v)) {
|
||||
|
|
@ -239,10 +239,10 @@ CONSOLE_APP_MAIN
|
|||
SetExitCode(1);
|
||||
}
|
||||
else
|
||||
Puts("Usage: umk assembly main_package build_method -options [+flags] [output]\n"
|
||||
Puts("Usage: umk assembly main_package build_method -options [+flags] [output]\n\n"
|
||||
"Examples: umk examples Bombs GCC -ab +GUI,SHARED ~/bombs\n"
|
||||
" umk examples,uppsrc Bombs ~/GCC.bm -rv +GUI,SHARED ~/bin\n"
|
||||
"See http://www.ultimatepp.org/app$ide$umk$en-us.html for details\n");
|
||||
" umk examples,uppsrc Bombs ~/GCC.bm -rv +GUI,SHARED ~/bin\n\n"
|
||||
"See http://www.ultimatepp.org/app$ide$umk$en-us.html for details\n");
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue