table of contents
- unstable 0.44.15-1+b3
EPJ2MAKE(1) | Ecere SDK/eC Compiling Tools | EPJ2MAKE(1) |
NAME¶
epj2make - Cross-Platform Makefile Generator for Ecere IDE Project Files (.epj)
SYNOPSIS¶
epj2make [-c configuration] [options] [-o output] input
DESCRIPTION¶
epj2make will generate a makefile from the Ecere IDE project file specified in input.
OPTIONS¶
Configuration¶
-c configuration
Which Configuration from the project to use for generating the makefile.
Output¶
output specifies the file name and location for the generated makefile.
Toolchain Options¶
-make make-tool
Directories Options:¶
-i include-dir[;inc-dir[...]
Miscellaneous Options¶
-noglobalsettings
-noresources
-w Disables warnings (Override configuration setting)
-d intermediate-objects-directory
-includemk crossplatform.mk-path
Obsolete Options¶
-t target-platform
Where target-platform is one of: win32 linux apple (Obsolete - makefile should work for all platforms)
August 2012 | epj2make |