Changeset 604 for trunk/src/kernel32
- Timestamp:
- Aug 21, 1999, 2:29:32 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/makefile
r589 r604 1 # $Id: makefile,v 1.2 1 1999-08-19 19:50:40 sandervl Exp $1 # $Id: makefile,v 1.22 1999-08-21 12:29:30 sandervl Exp $ 2 2 3 3 # … … 84 84 85 85 $(TARGET).dll: $(OBJS) $(TARGET).def 86 $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def $(PDWIN32_LIB)\PMWINX.LIB $(PDWIN32_LIB)\LIBULS.LIB $(PDWIN32_LIB)\LIBCONV.LIB $(PDWIN32_LIB)/odincrt.lib OS2386.LIB cppom30O.lib86 $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def $(PDWIN32_LIB)\PMWINX.LIB $(PDWIN32_LIB)\LIBULS.LIB $(PDWIN32_LIB)\LIBCONV.LIB $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O) 87 87 rc -r console.rc console.res 88 88 rc console.res $@
Note:
See TracChangeset
for help on using the changeset viewer.