← Back to team overview

coapp-developers team mailing list archive

Input for Autopackage

 

All,

The input to autopackage currently uses a very basic ini file format. While
very simple, it's a little difficult to describe certain things that way.
Garrett suggested using something along the lines of the format for his
cascading property sheets used in mkSpec. I quickly wrote up a simple
example on that and I thought I'd ask to see how people feel about this. I
hope the sample is self-explanatory-ish but if not, feel free to ask.

Eric


package
{
    name: liba;


    binding:1.0.0.0-{{$CURRENT-1}};

}


identity
{
    file: foo.pfx;
    pass: something;

}

sharedlib
{
    policy-file:5.5;
    policy-file:5.4;

}

assembly[liba.dll]
{
    name: liba;
    file: foo.dll;
    file: bar.dll;
}

app
{
    recursive: /*
}

exe-file[something.exe]
{
    global-bin: true;
}

exe-file[foo.exe]{}

Follow ups