Changeset 494 for trunk/src


Ignore:
Timestamp:
Aug 13, 1999, 8:59:25 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/pe2lx/makefile

    r453 r494  
    1 # $Id: makefile,v 1.6 1999-08-09 19:17:41 achimha Exp $
     1# $Id: makefile,v 1.7 1999-08-13 18:59:25 sandervl Exp $
    22
    33#
     
    3232$(TARGET).exe: $(OBJS)
    3333        $(LD) $(LDFLAGS) -Fe$@ $(OBJS) \
    34         $(PDWIN32_LIB)\LIBCONV.LIB $(PDWIN32_LIB)/odincrt.lib OS2386.LIB CPPOM30.LIB
     34        $(PDWIN32_LIB)\LIBCONV.LIB cppom30.lib OS2386.LIB
     35#        $(PDWIN32_LIB)\LIBCONV.LIB $(PDWIN32_LIB)/odincrt.lib OS2386.LIB CPPOM30.LIB
    3536        $(CP) $(TARGET).exe $(PDWIN32_BIN)
    3637
Note: See TracChangeset for help on using the changeset viewer.