source: trunk/tools/common/makefile.icc@ 2745

Last change on this file since 2745 was 2714, checked in by bird, 26 years ago

Dependencies.

File size: 741 bytes
Line 
1# $Id: makefile.icc,v 1.4 2000-02-09 23:50:51 bird Exp $
2
3#
4# PD-Win32 API
5#
6# Tools common library, ICC version.
7#
8#
9
10
11
12# include common definitions
13PDWIN32_INCLUDE = ..\..\include
14!include ..\..\include\pdwin32.mk
15
16# Addjust common definitions
17AR = ilib /nofree /quiet /nobackup
18CFLAGS = $(CFLAGS) -Ge+ -Tx+ -Tm+ -I$(PDWIN32_INCLUDE) -Wall+ppt-ppc-inl-cnv-gnr-vft-
19CXXFLAGS = $(CXXFLAGS) -Ge+ -Gx- -Tx+ -Tm+ -I$(PDWIN32_INCLUDE) -Wall+ppt-ppc-inl-cnv-gnr-vft-
20
21
22all: commonicc.lib
23
24
25commonicc.lib: kFilePe.obj kFileDef.obj
26 -$(RM) $@
27 $(AR) $@ +kFilePe.obj +kFileDef.obj, NUL
28
29
30dep:
31 @nmake /nologo -f makefile NODEP=1 dep
32
33!ifndef NODEP
34!include .depend
35!endif
36
37
38clean:
39 @$(RM) *.obj commonicc.lib cset*.pch
40
41
42
43
Note: See TracBrowser for help on using the repository browser.