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

Last change on this file since 4265 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: 808 bytes
Line 
1# $Id: pdwin32.emx.dbg,v 1.5 2000-09-01 16:01:19 bird Exp $
2# ODIN / win32os2 Project
3#
4# DEBUG makefile for the EMX compiler environment
5#
6# phaller@gmx.net, 1999/05/27
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 = -mprobe -pg -c -pipe -Wall -g -I$(PDWIN32_INCLUDE)\Win -D__WIN32OS2__ -D__WINE__ -DDEBUG
27CXXFLAGS = -mprobe -pg -c -pipe -Wall -g -I$(PDWIN32_INCLUDE)\Win -D__WIN32OS2__ -D__WINE__ -DDEBUG
28ASFLAGS = -Zomf
29LDFLAGS = -Zmt -Zomf -Zmap
30IMPLIBFLAGS =
31OS2RCFLAGS = -r -n
32OS2RCLFLAGS = -x2 -n
33
Note: See TracBrowser for help on using the repository browser.