Difference between revisions of "makeobj"

From EosPedia
Jump to: navigation, search
(Created page with "'''makeobj''' is Eos's Development Support Command about Library(API). ==Format of Command== <pre> makeobj [ClassName] [ToolName] [update|new] </pre> ===new=== C...")
 
(No difference)

Latest revision as of 02:34, 30 September 2014

makeobj is Eos's Development Support Command about Library(API).

Format of Command

makeobj [ClassName] [ToolName] [update|new]

new

Create a new directory that has the following structure for development of Library(API).

$EOS_HOME/src/Objects/[ClassName]/[ToolName]

update

Example Command

There are options as the following.
    makeobj ClassName ToolName new
    makeobj ClassName ToolName update
    makeobj ClassName ToolName
    makeobj ClassName
    makeobj -h