source: trunk/include/pdwin32.emx.dbg@ 12

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

Experimental support vor EMX/GCC 0.9d as build environment. IBM VAC++ 3 remains default. (SET CCENV=VAC3 or EMX)

File size: 684 bytes
Line 
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#
16CC=gcc
17AS=gas
18CXX=gcc
19LD=ld
20IMPLIB=implib
21
22#
23# Tool Flags
24#
25CFLAGS = -mprobe -pg -c -pipe -Wall -g -I$(PDWIN32_INCLUDE)\Win -D__WIN32OS2__ -D__WINE__
26CXXFLAGS = -mprobe -pg -c -pipe -Wall -g -I$(PDWIN32_INCLUDE)\Win -D__WIN32OS2__ -D__WINE__
27ASFLAGS = -Zomf
28LDFLAGS = -Zmt -Zomf -Zmap
29IMPLIBFLAGS =
30
Note: See TracBrowser for help on using the repository browser.