Line | |
---|
1 | # $Id: makefile.icc,v 1.3 1999-09-22 09:46:52 sandervl 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 | clean:
|
---|
31 | -@$(RM) *.obj
|
---|
32 | -@$(RM) commonicc.lib
|
---|
33 | -@$(RM) cset*.pch
|
---|
34 |
|
---|
35 |
|
---|
36 | # dependencies
|
---|
37 | kFilePE.obj: kFilePE.cpp \
|
---|
38 | kFilePE.h \
|
---|
39 | kFileFormatBase.h
|
---|
40 |
|
---|
41 | kFileDef.obj: kFileDef.cpp \
|
---|
42 | kFileDef.h \
|
---|
43 | kFileFormatBase.h
|
---|
44 |
|
---|
45 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.