source: trunk/include/pdwin32.vac3.rel@ 478

Last change on this file since 478 was 444, checked in by achimha, 26 years ago

changed makefiles to not link with default libraries, requires changes for all modulespdwin32.dbg

File size: 581 bytes
Line 
1# $Id: pdwin32.vac3.rel,v 1.5 1999-08-09 18:12:08 achimha Exp $
2# ODIN / win32os2 Project
3#
4# RELEASE makefile for the VAC3 compiler environment
5#
6# phaller@gmx.net, 1999/05/27
7#
8
9
10#
11# Tools
12#
13CC=icc
14AS=alp
15CXX=icc
16LD=icc
17IMPLIB=implib
18
19#
20# Tool Flags
21#
22CFLAGS = -Q -Fi -Si -G5 -O+ -Oi+ -Ge- -Ss+ -W3 -Gm+ /Gn+ -I$(PDWIN32_INCLUDE)\Win -D__WIN32OS2__ -D__WINE__
23CXXFLAGS = -Q -Fi -Si -G5 -O+ -Oi+ -Ge- -Ss+ -W3 -Gm+ /Gn+ -I$(PDWIN32_INCLUDE)\Win -D__WIN32OS2__ -D__WINE__
24ASFLAGS = -Sc -Sv:M510
25LDFLAGS = -Q -Fi -Si -G5 -O+ -Ge- -Ss+ -W3 -Gm+ /B"/noe /NOD"
26IMPLIBFLAGS = /nologo
27
Note: See TracBrowser for help on using the repository browser.