C# 클래스 ProjectGenerator.NmakeInstruction

상속: CustomInstruction
파일 보기 프로젝트 열기: mheise/Unmake

공개 메소드들

메소드 설명
NmakeInstruction ( ) : System
NmakeInstruction ( CustomInstruction customInstr, string sourceDirectory ) : System
NmakeInstruction ( string instr, string sourceDirectory ) : System
parseNmakeCommand ( string starget ) : bool
setSourceDirectory ( string strDir ) : void

메소드 상세

NmakeInstruction() 공개 메소드

public NmakeInstruction ( ) : System
리턴 System

NmakeInstruction() 공개 메소드

public NmakeInstruction ( CustomInstruction customInstr, string sourceDirectory ) : System
customInstr CustomInstruction
sourceDirectory string
리턴 System

NmakeInstruction() 공개 메소드

public NmakeInstruction ( string instr, string sourceDirectory ) : System
instr string
sourceDirectory string
리턴 System

parseNmakeCommand() 공개 메소드

public parseNmakeCommand ( string starget ) : bool
starget string
리턴 bool

setSourceDirectory() 공개 메소드

public setSourceDirectory ( string strDir ) : void
strDir string
리턴 void