source: trunk/include/pdwin32.emx.rel@ 9

Last change on this file since 9 was 9, checked in by phaller, 26 years ago

Experimental support vor EMX/GCC 0.9d as build environment. IBM VAC++ 3 remains default.

File size: 728 bytes
Line 
1# ODIN / win32os2 Project
2#
3# RELEASE makefile for the EMX compiler environment
4#
5# phaller@gmx.net, 1999/05/27
6#
7
8
9# ---------------------------------------------------------------------------------
10# NOTE: this configuration is not supported neither working, it's experimental only.
11# ---------------------------------------------------------------------------------
12
13
14#
15# Tools
16#
17CC=gcc
18AS=gas
19CXX=gcc
20LD=ld
21IMPLIB=implib
22
23#
24# Tool Flags
25#
26CFLAGS = -c -pipe -Wall -O2 -mcpu=i586 -fomit-frame-pointer -I$(PDWIN32_INCLUDE)\Win -D__WIN32OS2__ -D__WINE__
27CXXFLAGS = -c -pipe -Wall -O2 -mcpu=i586 -fomit-frame-pointer -I$(PDWIN32_INCLUDE)\Win -D__WIN32OS2__ -D__WINE__
28ASFLAGS = -Zomf
29LDFLAGS = -Zmt -Zomf -Zmap
30IMPLIBFLAGS =
31
Note: See TracBrowser for help on using the repository browser.