Changeset 450 for trunk/src/kernel32
- Timestamp:
- Aug 9, 1999, 8:46:11 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/makefile
r425 r450 1 # $Id: makefile,v 1.1 4 1999-08-05 19:46:46 phallerExp $1 # $Id: makefile,v 1.15 1999-08-09 18:42:06 achimha Exp $ 2 2 3 3 # … … 85 85 86 86 $(TARGET).dll: $(OBJS) $(TARGET).def 87 $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def $(PDWIN32_LIB)\PMWINX.LIB $(PDWIN32_LIB)\LIBULS.LIB $(PDWIN32_LIB)\LIBCONV.LIB87 $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) sbsstub.obj $(TARGET).def $(PDWIN32_LIB)\PMWINX.LIB $(PDWIN32_LIB)\LIBULS.LIB $(PDWIN32_LIB)\LIBCONV.LIB $(PDWIN32_LIB)/odincrt.lib OS2386.LIB 88 88 rc -r console.rc console.res 89 89 rc console.res $@
Note:
See TracChangeset
for help on using the changeset viewer.