- Timestamp:
- Jun 9, 1999, 3:08:19 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/makefile
r46 r67 71 71 72 72 $(TARGET).dll: $(OBJS) $(TARGET).def 73 $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def $(PDWIN32_LIB)\PMWINX.LIB LIBULS.LIBLIBCONV.LIB73 $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def $(PDWIN32_LIB)\PMWINX.LIB $(PDWIN32_LIB)\LIBULS.LIB $(PDWIN32_LIB)\LIBCONV.LIB 74 74 rc -r console.rc console.res 75 75 rc console.res $@
Note:
See TracChangeset
for help on using the changeset viewer.