|
Last change
on this file since 94 was 94, checked in by zap, 23 years ago |
|
This is the start of work on making EMX C runtime EMX-independent ;-)
The first signs of a GNU Make-based build system.
Fixed a lot of .s files to comply with new GAS syntax.
Added a lot of submakefiles for every sub-library.
Replaced EM's getopt.h with the one from libiberty (which supports
getopt_long). The old getopt.h has moved to include/emx, so if
some tool needs it (and you don't want to fix it to use the new getopt),
replace #include <getopt.h> with #include <emx/getopt.h>. Did so in
most EMX tools.
|
-
Property cvs2svn:cvs-rev
set to
1.1
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
-
Property svn:keywords
set to
Author Date Id Revision
|
|
File size:
171 bytes
|
| Line | |
|---|
| 1 | .MODULE := emxstack
|
|---|
| 2 | .MDESC := Change stack allocation in a executable
|
|---|
| 3 | .INSDIR := bin/
|
|---|
| 4 |
|
|---|
| 5 | .TARGET := emxstack.exe
|
|---|
| 6 | .TSRC := $(wildcard src/emxstack/*.c)
|
|---|
| 7 | include mkexe.smak
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.