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

Last change on this file since 91 was 65, checked in by sandervl, 26 years ago

Enable function inlining

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