C# Class ProjectGenerator.NmakeInstruction

Inheritance: CustomInstruction
Mostrar archivo Open project: mheise/Unmake

Public Methods

Method Description
NmakeInstruction ( ) : System
NmakeInstruction ( CustomInstruction customInstr, string sourceDirectory ) : System
NmakeInstruction ( string instr, string sourceDirectory ) : System
parseNmakeCommand ( string starget ) : bool
setSourceDirectory ( string strDir ) : void

Method Details

NmakeInstruction() public method

public NmakeInstruction ( ) : System
return System

NmakeInstruction() public method

public NmakeInstruction ( CustomInstruction customInstr, string sourceDirectory ) : System
customInstr CustomInstruction
sourceDirectory string
return System

NmakeInstruction() public method

public NmakeInstruction ( string instr, string sourceDirectory ) : System
instr string
sourceDirectory string
return System

parseNmakeCommand() public method

public parseNmakeCommand ( string starget ) : bool
starget string
return bool

setSourceDirectory() public method

public setSourceDirectory ( string strDir ) : void
strDir string
return void