|
Last change
on this file since 73 was 24, checked in by phaller, 26 years ago |
|
Fix: makefile didn't properly produce DEBUG information
|
|
File size:
700 bytes
|
| Rev | Line | |
|---|
| [9] | 1 | # ODIN / win32os2 Project
|
|---|
| 2 | #
|
|---|
| 3 | # DEBUG makefile for the EMX compiler environment
|
|---|
| 4 | #
|
|---|
| 5 | # phaller@gmx.net, 1999/05/27
|
|---|
| 6 | #
|
|---|
| 7 |
|
|---|
| 8 | # ---------------------------------------------------------------------------------
|
|---|
| 9 | # NOTE: this configuration is not supported neither working, it's experimental only.
|
|---|
| 10 | # ---------------------------------------------------------------------------------
|
|---|
| 11 |
|
|---|
| 12 |
|
|---|
| 13 | #
|
|---|
| 14 | # Tools
|
|---|
| 15 | #
|
|---|
| 16 | CC=gcc
|
|---|
| 17 | AS=gas
|
|---|
| 18 | CXX=gcc
|
|---|
| 19 | LD=ld
|
|---|
| 20 | IMPLIB=implib
|
|---|
| 21 |
|
|---|
| 22 | #
|
|---|
| 23 | # Tool Flags
|
|---|
| 24 | #
|
|---|
| [24] | 25 | CFLAGS = -mprobe -pg -c -pipe -Wall -g -I$(PDWIN32_INCLUDE)\Win -D__WIN32OS2__ -D__WINE__ -DDEBUG
|
|---|
| 26 | CXXFLAGS = -mprobe -pg -c -pipe -Wall -g -I$(PDWIN32_INCLUDE)\Win -D__WIN32OS2__ -D__WINE__ -DDEBUG
|
|---|
| [9] | 27 | ASFLAGS = -Zomf
|
|---|
| 28 | LDFLAGS = -Zmt -Zomf -Zmap
|
|---|
| 29 | IMPLIBFLAGS =
|
|---|
| 30 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.