Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

premake(1) [debian man page]

premake(1)							    Development 							premake(1)

Name
       premake - a build script generator

Copyright
       Copyright (C) 2002-2008 Jason Perkins and the Premake Project Lua 5.1 Copyright (C) 1994-2008 Lua.org, PUC-Rio

Usage
	--file name	  Process the specified premake script file

	--clean 	  Remove all binaries and build scripts
	--verbose	Generate verbose makefiles (where applicable)

	--cc name	  Choose a C/C++ compiler, if supported by target; one of:
	     gcc       GNU gcc compiler
	     dmc       Digital Mars C/C+ compiler (experimental)

	--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)

	--os name	  Generate files for different operating system; one of:
	     bsd       OpenBSD, NetBSD, or FreeBSD
	     linux     Linux
	     macosx    MacOS X
	     windows   Microsoft Windows

	--target name	  Generate input files for the specified toolset; one of:
	     cb-gcc    Code::Blocks Studio with GCC
	     cb-ow     Code::Blocks Studio with Open Watcom C/C++
	     cl-gcc    CodeLite with GCC
	     gnu       GNU Makefile for POSIX, MinGW, and Cygwin
	     monodev   MonoDevelop
	     sharpdev  ICSharpCode SharpDevelop
	     vs6       Microsoft Visual Studio 6
	     vs2002    Microsoft Visual Studio 2002
	     vs2003    Microsoft Visual Studio 2003
	     vs2005    Microsoft Visual Studio 2005 (includes Express editions)
	     vs2008    Microsoft Visual Studio 2008 (experimental)

	--help		  Display this information
	--version	  Display version information

Jason Perkins and the Premake Project					3.7								premake(1)

Check Out this Related Man Page

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)
Man Page

14 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

MAX OS X and GCC Compiler - From the Apple Store!

FYI, the GCC compiler is available for OS X. This means you can easily compile all the super GCC opensource. You can see the GCC and other projects <A HREF=http://www.opensource.apple.com//projects/darwin/1.2/projects.html>HERE</A>.<P> Also, I looked into how OS X handles OS 9 applications. ... (12 Replies)
Discussion started by: Neo
12 Replies

2. Programming

Block ";" in input string

To prevent injection, I want to exit the attached routine if a semi-colon is in the input string. I am using gcc as the compiler. #include<stdio.h> #include<stdlib.h> int sysrun(char *command) { int num; char str; char process = "/xxxx/xxxx/xxxxx/xxxxx/xxxxxx2unix.sh "; num=0;... (10 Replies)
Discussion started by: beilstwh
10 Replies

3. Programming

regarding html in c

i wnt to generate dynamic xml in c ima using gcc compiler. can u show me the way. thank u (10 Replies)
Discussion started by: phani_sree
10 Replies

4. UNIX for Advanced & Expert Users

gcc & make error- Help please

Folks; I'm trying to install gcc-3.4.6 & install SWIG tool on Solaris 10 (Sparc), but when i try to run make for gcc i got this error below: make: Fatal error: Command failed for target `all-gcc' and when i try to run "make install" to install swig, i got this error: *** Error code 2... (10 Replies)
Discussion started by: moe2266
10 Replies

5. Programming

Looking for equal to Visual Studio for Unix

Hello all Im looking for IDE to edit / compile / debug similar to VC++ on windows I need it for verity of UNIX platforms, what do you think is the best tool to use And that its learning carve is easy ( as much as possible) . Thanks (9 Replies)
Discussion started by: umen
9 Replies

6. Programming

New to C/gcc compiler - compile error.

I am new to comiling c/c++ programs with gcc compilier unix - AIX version 5.3 gcc compiler version - 4.0.0 My makefile. # makefile 1.0 08/20/98 #CC = cc CC = gcc ESQL = esql CFLAGS = -Wall DBSLIB= DBSLIB=-L${INFORMIXDIR}/lib/esql -L${INFORMIXDIR}/lib `esql -libs` ALL = hds_near... (9 Replies)
Discussion started by: anish
9 Replies

7. UNIX for Advanced & Expert Users

Difficulty building gcc 4.4.0 -- builds but fails abi_check

I'm trying to build gcc 4.4.0 in 64-bit (x86_64) Ubuntu 9.04, but make check fails. Specifically, make -k check-target gives (after many other pages of output): Running /home/charles/Desktop/gccsrc/libstdc++-v3/testsuite/libstdc++-abi/abi.exp ... FAIL: abi_check Running... (10 Replies)
Discussion started by: CRGreathouse
10 Replies

8. AIX

Relocateable GCC!!!!

Gurus, This might be a piece of cake for you guys! But I have been ransacking the web (and my brain - no hardwork there!) to see if I could get my hands around a relocateable version of GCC - why so?? from compile problems I am facing, it is evident my current gcc version is clearly not... (15 Replies)
Discussion started by: getback0
15 Replies

9. Shell Programming and Scripting

What's wrong my sed?

$ cat file1 gcc-configure-sdk, gcc-configure-cross: Dont recomput libgcc: Remove unpackage unwind.h $ cat file2 fc94926 gcc-configure-sdk, gcc-configure-cross: Dont recomput f7ec6ea libgcc: Remove unpackage unwind.h f800988 balbababababa $ cat ./xx.sh #!/bin/bash while read... (10 Replies)
Discussion started by: yanglei_fage
10 Replies

10. Programming

Need help with counting within parallelized block - OpenMP/C-Programming

Hello together, I have a question for you. Since a few weeks I am trying to programm a small bruteforce application in C on Ubuntu 14.04.1 using Code::Blocks with gcc-4.8.2. My programm is nothing special. It's just for practise, Without hashing or something like that. For me the focus is on... (11 Replies)
Discussion started by: DaveX
11 Replies

11. UNIX for Beginners Questions & Answers

Compiling GCC 6.3.0 - Error with Library

First of all -- thanks for being patient with me. I hope I'm submitting this correctly. Also I haven't done UNIX Admin since the early 1990's. I'm actually a DBA. But, since I'm the one in the office with the UNIX experience, I'm the SA. I haven't been able to compile GCC 6.3.0 which I need... (9 Replies)
Discussion started by: PJ_Namias
9 Replies

12. Programming

-Warray-bounds option to GCC compiler

What exactly is the -Warray-bounds option to the GCC compiler supposed to warn about? the man page states: ~ g++ --version g++ (GCC) 7.3.1 20180130 (Red Hat 7.3.1-2) Copyright (C) 2017 Free Software Foundation, Inc.Thank you. (14 Replies)
Discussion started by: milhan
14 Replies

13. UNIX for Advanced & Expert Users

AIX 7.1 gcc 4.8.5 issue

hey guys , after migrate our AIX server from 6.1 to 7.1 , we insalled c compilator with rpm files Server:root:/ > rpm -qa | grep gcc libgcc-4.8.5-1 gcc-cpp-4.8.5-1 gcc-4.8.5-1 gcc-c++-4.8.5-1 but whene we proceed to compile a c programm we have this error exec(): 0509-036... (17 Replies)
Discussion started by: yahia
17 Replies

14. UNIX for Advanced & Expert Users

Gcc g++ on cygwin - configure: error: *** A compiler with support for C++11 language features is req

Hi, Apologies if I posted it in a wrong section as it is related to gcc on cygwin. Please move it to appropriate section. I'm trying to compile and build libsigc++-2.10.2 on cygwin with gcc 8.3.0. when I run ./configure, I get this: I couldn't fully understand what does... (13 Replies)
Discussion started by: prvnrk
13 Replies