Premake 4.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Premake 4.0 (Default branch)
# 1  
Old 01-31-2009
Premake 4.0 (Default branch)

Premake is a build configuration tool. Describeyour C, C++, or C# software project using asimple, easy to read syntax and let Premakegenerate the project files for Visual Studio, GNUMake, Code::Blocks, CodeLite, SharpDevelop, orMonoDevelop. Premake allows you to manage yourproject configuration in one place and stillsupport different build systems. It allows you togenerate project files for tools that you do notown. It saves the time that would otherwise bespent manually keeping several different toolsetsin sync. And it provides an easy upgrade path asnew versions of your favorite tools are released.License: GNU General Public License v2Changes:
This version marks a complete rewrite of Premake, featuring a new and improved syntax for projects, more robust syntax validation, a new command line format with better argument validation, improved path handling across all project settings, an upgrade to Lua 5.1.4, and many bugfixes.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
prj2make(prj2make 1.0)													    prj2make(prj2make 1.0)

NAME
prj2make - Makefile generator from Visual Studio and Sharp Develop solution files. SYNOPSIS
prj2make options file DESCRIPTIOn The prj2make tool will produce Makefiles or NMakefiles from Visual Studio solution files (files ending in .sln or .csproj) or SharpDevelop combine files (files ending in .cmbx or .prjx). This tool is commonly used to compile on Unix source code which has been originally developed with Visual Studio or SharpDevelop. This tool can also be used to convert Visual Studio project files (.sln or .csproj) into Sharp Develop .prjx/.cmbx files, use the `-csproj2prjx' for this. By default prj2make will produce Makefiles suitable to be consumed by Unix Make. If your application needs to target nmake, you can use the option `-isNmake'. OPTIONS
-c , -isCsc Use csc instead of mcs on the generated files. -csproj2prjx Runs in conversion mode, and turns a csproj/sln into a set of prjx/cmbx files. -n , -isNmake Produce makefiles suitable to be used by Nmake. MAILING LISTS
Visit http://lists.ximian.com/mailman/listinfo/mono-list for details. WEB SITE
Visit: http://www.mono-project.com for details SEE ALSO
mcs(1),mono(1),make(1),mono-config(5) prj2make(prj2make 1.0)