Changeset 3532 for trunk/tools/common/makefile
- Timestamp:
- May 13, 2000, 5:40:34 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/common/makefile
r2714 r3532 1 # $Id: makefile,v 1. 3 2000-02-09 23:50:51bird Exp $1 # $Id: makefile,v 1.4 2000-05-13 15:40:34 bird Exp $ 2 2 3 3 # … … 36 36 37 37 38 dep:39 $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \40 *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h *.c *.cpp -objo *.c *.cpp -objgobj *.c *.cpp41 42 43 38 commonicc.lib: dummy 44 39 -@echo $@ … … 53 48 @$(MAKE_CMD) OMF=1 -f makefile.gcc 54 49 50 55 51 #a simple hack to make nmake process the target. 56 52 dummy: … … 64 60 65 61 62 dep: 63 $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \ 64 *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h *.c *.cpp -objo *.c *.cpp -objgobj *.c *.cpp 66 65
Note:
See TracChangeset
for help on using the changeset viewer.