.\" Contact rjmyst3@gmail.com to correct errors or omissions.
.TH"PREMAKE""1""17 April 2008""Ryan Mulder"""
.SH"NAME"
Premake \- A build script generator.
.SH"SYNOPSIS"
.\" Syntax goes here.
.Bpremake\-\-target<str>
.SH"DESCRIPTION"
.Bpremake
allows you to manage your project configuration in one place and still support those pesky IDE\-addicted Windows coders and/or cranky Linux command\-line junkies. It allows you to generate project files for tools that you do not own. It saves the time that would otherwise be spent manually keeping several different toolsets in sync. And it provides an easy upgrade path as new versions of your favorite tools are released.
.SH"OPTIONS"
.TP8
.B"\-\-file name"
Process the specified premake script file. If not specified, "premake.lua" is assumed.
.TP8
.B"\-\-clean"
Remove all binaries and build scripts.
.TP8
.B"\-\-cc name"
Choose a C/C++ compiler, if supported by target; one of:
gcc GNU gcc compiler
dmc Digital Mars C/C+ compiler (experimental)
.TP8
.B"\-\-dotnet name"
Choose a .NET compiler set, if supported by target; one of:
ms Microsoft (csc)
mono Mono (mcs)
mono2 Mono .NET 2.0 (gmcs)
pnet Portable.NET (cscc)
.TP8
.B"\-\-os name"
Generate files for different operating system; one of: