Last change
on this file since 9 was 9, checked in by bird, 22 years ago |
Applied initial diff from Platon.
|
-
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:
268 bytes
|
Line | |
---|
1 | # We don't want debugging info
|
---|
2 | # Accomplish this by overriding CFLAGS.
|
---|
3 | CFLAGS=-s -O2
|
---|
4 | CXXFLAGS=-s -O2
|
---|
5 | LDFLAGS=-s -Zcrtdll -Zexe
|
---|
6 |
|
---|
7 | # Override SHELL variable (which is CMD.EXE by default)
|
---|
8 | SHELL=sh
|
---|
9 |
|
---|
10 | # Skip installation
|
---|
11 | INSTALL_DOSREL=true
|
---|
12 |
|
---|
13 | # No need for RANLIB
|
---|
14 | RANLIB=true
|
---|
Note:
See
TracBrowser
for help on using the repository browser.