Last change
on this file since 4564 was 4144, checked in by bird, 25 years ago |
Made the OS/2 resource compiler quite (added -n to OS2RCFLAGS).
Added linkage rule for the OS2RC which exepacks the resource object,
this is called OS2RCLFLAGS. (see kernel32 for usage if you don't understand...)
|
File size:
837 bytes
|
Rev | Line | |
---|
[4144] | 1 | # $Id: pdwin32.emx.rel,v 1.4 2000-09-01 16:01:20 bird Exp $
|
---|
[9] | 2 | # ODIN / win32os2 Project
|
---|
[4144] | 3 | #
|
---|
[9] | 4 | # RELEASE makefile for the EMX compiler environment
|
---|
| 5 | #
|
---|
| 6 | # phaller@gmx.net, 1999/05/27
|
---|
| 7 | #
|
---|
| 8 |
|
---|
| 9 |
|
---|
| 10 | # ---------------------------------------------------------------------------------
|
---|
[4144] | 11 | # NOTE: this configuration is not supported neither working, it's experimental only.
|
---|
[9] | 12 | # ---------------------------------------------------------------------------------
|
---|
| 13 |
|
---|
| 14 |
|
---|
| 15 | #
|
---|
| 16 | # Tools
|
---|
| 17 | #
|
---|
| 18 | CC=gcc
|
---|
| 19 | AS=gas
|
---|
| 20 | CXX=gcc
|
---|
| 21 | LD=ld
|
---|
| 22 | IMPLIB=implib
|
---|
| 23 |
|
---|
| 24 | #
|
---|
| 25 | # Tool Flags
|
---|
| 26 | #
|
---|
| 27 | CFLAGS = -c -pipe -Wall -O2 -mcpu=i586 -fomit-frame-pointer -I$(PDWIN32_INCLUDE)\Win -D__WIN32OS2__ -D__WINE__
|
---|
| 28 | CXXFLAGS = -c -pipe -Wall -O2 -mcpu=i586 -fomit-frame-pointer -I$(PDWIN32_INCLUDE)\Win -D__WIN32OS2__ -D__WINE__
|
---|
| 29 | ASFLAGS = -Zomf
|
---|
| 30 | LDFLAGS = -Zmt -Zomf -Zmap
|
---|
| 31 | IMPLIBFLAGS =
|
---|
[4144] | 32 | OS2RCFLAGS = -r -n
|
---|
| 33 | OS2RCLFLAGS = -x2 -n
|
---|
[9] | 34 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.