Changeset 4717 for trunk/src/dllentry/makefile
- Timestamp:
- Dec 3, 2000, 12:45:13 AM (25 years ago)
- File:
-
- 1 edited
-
trunk/src/dllentry/makefile (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/dllentry/makefile
r4624 r4717 1 # $Id: makefile,v 1. 6 2000-11-19 09:19:09bird Exp $1 # $Id: makefile,v 1.7 2000-12-02 23:39:06 bird Exp $ 2 2 3 3 # … … 18 18 # Compiler, tools, and interference rules. 19 19 # 20 !include ../../ include/pdwin32.mk20 !include ../../makefile.inc 21 21 22 22 … … 42 42 # All rule - build objs and copies obj to lib. 43 43 # 44 all: $(OBJDIR) $( PDWIN32_LIB)\$(TARGET).obj44 all: $(OBJDIR) $(ODIN32_LIB)\$(TARGET).obj 45 45 46 46 … … 52 52 53 53 # Build objs and copies obj to lib. 54 $( PDWIN32_LIB)\$(TARGET).obj: $(OBJS)54 $(ODIN32_LIB)\$(TARGET).obj: $(OBJS) 55 55 $(CP) $(OBJS) $@ 56 56 … … 59 59 # Includes the common rules. 60 60 # 61 !include $( PDWIN32_INCLUDE)/pdwin32.post61 !include $(ODIN32_POST_INC) 62 62
Note:
See TracChangeset
for help on using the changeset viewer.
