Changeset 2714 for trunk/tools/common/makefile.icc
- Timestamp:
- Feb 10, 2000, 12:52:04 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/common/makefile.icc
r1007 r2714 1 # $Id: makefile.icc,v 1. 3 1999-09-22 09:46:52 sandervlExp $1 # $Id: makefile.icc,v 1.4 2000-02-09 23:50:51 bird Exp $ 2 2 3 3 # … … 28 28 29 29 30 clean: 31 -@$(RM) *.obj 32 -@$(RM) commonicc.lib 33 -@$(RM) cset*.pch 30 dep: 31 @nmake /nologo -f makefile NODEP=1 dep 32 33 !ifndef NODEP 34 !include .depend 35 !endif 34 36 35 37 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 38 clean: 39 @$(RM) *.obj commonicc.lib cset*.pch 44 40 45 41 42 43
Note:
See TracChangeset
for help on using the changeset viewer.