Changeset 67 for trunk/src


Ignore:
Timestamp:
Jun 9, 1999, 3:08:19 PM (26 years ago)
Author:
sandervl
Message:

Link with our own unicode libs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/makefile

    r46 r67  
    7171
    7272$(TARGET).dll: $(OBJS) $(TARGET).def
    73         $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def $(PDWIN32_LIB)\PMWINX.LIB LIBULS.LIB LIBCONV.LIB
     73        $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def $(PDWIN32_LIB)\PMWINX.LIB $(PDWIN32_LIB)\LIBULS.LIB $(PDWIN32_LIB)\LIBCONV.LIB
    7474        rc -r console.rc console.res
    7575        rc console.res $@
Note: See TracChangeset for help on using the changeset viewer.