Changeset 604 for trunk/src/pe2lx


Ignore:
Timestamp:
Aug 21, 1999, 2:29:32 PM (26 years ago)
Author:
sandervl
Message:

Makefile changes for VAC 3.6.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/pe2lx/makefile

    r510 r604  
    1 # $Id: makefile,v 1.8 1999-08-16 16:28:03 sandervl Exp $
     1# $Id: makefile,v 1.9 1999-08-21 12:29:30 sandervl Exp $
    22
    33#
     
    3232$(TARGET).exe: $(OBJS)
    3333        $(LD) $(LDFLAGS) -Fe$@ $(OBJS) \
    34 #        $(PDWIN32_LIB)\LIBCONV.LIB $(PDWIN32_LIB)/odincrt.lib OS2386.LIB cppom30O.lib
    35         $(PDWIN32_LIB)\LIBCONV.LIB OS2386.LIB cppom30.lib
     34        $(PDWIN32_LIB)\LIBCONV.LIB $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O)
    3635        $(CP) $(TARGET).exe $(PDWIN32_BIN)
    3736
Note: See TracChangeset for help on using the changeset viewer.