Changeset 4818 for trunk/src/dllentry/makefile
- Timestamp:
- Dec 17, 2000, 12:33:37 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/dllentry/makefile
r4717 r4818 1 # $Id: makefile,v 1. 7 2000-12-02 23:39:06bird Exp $1 # $Id: makefile,v 1.8 2000-12-16 23:31:08 bird Exp $ 2 2 3 3 # … … 30 30 # 31 31 # Target name - name of the obj without extention and path. 32 # NB. Watcom will need it's own target...33 32 # 34 !ifndef WAT35 33 TARGET = dllentry 36 !else37 TARGET = dllentry_watcom38 !endif39 34 40 35 … … 42 37 # All rule - build objs and copies obj to lib. 43 38 # 44 all: $(OBJDIR) $(ODIN32_LIB)\$(TARGET).obj 39 all: $(OBJDIR) \ 40 $(ODIN32_LIB) \ 41 $(ODIN32_LIB)\$(TARGET).obj 45 42 46 43 … … 56 53 57 54 55 # Create lib directory. 56 $(ODIN32_LIB): 57 $(CREATEPATH) $(ODIN32_LIB) 58 59 58 60 # 59 61 # Includes the common rules.
Note:
See TracChangeset
for help on using the changeset viewer.