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

Last change on this file since 4145 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
RevLine 
[4144]1# $Id: pdwin32.emx.dbg,v 1.5 2000-09-01 16:01:19 bird Exp $
[9]2# ODIN / win32os2 Project
[4144]3#
[9]4# DEBUG makefile for the EMX compiler environment
5#
6# phaller@gmx.net, 1999/05/27
7#
8
9# ---------------------------------------------------------------------------------
[4144]10# NOTE: this configuration is not supported neither working, it's experimental only.
[9]11# ---------------------------------------------------------------------------------
12
13
14#
15# Tools
16#
17CC=gcc
18AS=gas
19CXX=gcc
20LD=ld
21IMPLIB=implib
22
23#
24# Tool Flags
[4144]25#
[24]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
[9]28ASFLAGS = -Zomf
29LDFLAGS = -Zmt -Zomf -Zmap
30IMPLIBFLAGS =
[4144]31OS2RCFLAGS = -r -n
32OS2RCLFLAGS = -x2 -n
[9]33
Note: See TracBrowser for help on using the repository browser.