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