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

Last change on this file since 1036 was 94, checked in by achimha, 26 years ago

Added CVS tag to many files (comctl32 and headers) .

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