cproject

package
v2.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 4, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetCprjDirs

func GetCprjDirs(file string) (string, string, error)

Types

type Cprj

type Cprj struct {
	XMLName      xml.Name     `xml:"cprj"`
	TargetOutput TargetOutput `xml:"target>output"`
}

type CprjBuilder

type CprjBuilder struct {
	builder.BuilderParams
}

func (CprjBuilder) Build

func (b CprjBuilder) Build() error

type TargetOutput

type TargetOutput struct {
	XMLName xml.Name `xml:"output"`
	IntDir  string   `xml:"intdir,attr"`
	OutDir  string   `xml:"outdir,attr"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL