Changeset 2528 for trunk/src


Ignore:
Timestamp:
Jan 27, 2000, 12:48:54 AM (26 years ago)
Author:
sandervl
Message:

* empty log message *

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/oleaut32/makefile

    r2526 r2528  
     1# $Id: makefile,v 1.13 2000-01-26 23:48:29 sandervl Exp $
    12#
    23# PD-Win32 API
  • trunk/src/twain_32/makefile

    r2321 r2528  
    1 # $Id: makefile,v 1.1 2000-01-04 22:19:01 sandervl Exp $
     1# $Id: makefile,v 1.2 2000-01-26 23:48:54 sandervl Exp $
    22
    33#
     
    3838
    3939
    40 $(TARGET).lib: $(TARGET).def
    41         $(IMPLIB) $(IMPLIBFLAGS) $@ $**
    42         $(CP) $@ $(PDWIN32_LIB)
     40$(TARGET).lib: $(TARGET)exp.def
     41        $(IMPLIB) $(IMPLIBFLAGS) $@ $(TARGET)exp.def
     42        $(CP) $@ $(PDWIN32_LIB)
     43
     44$(TARGET)exp.def: $(TARGET).def
     45        $(IMPDEF) $** $@
    4346
    4447
Note: See TracChangeset for help on using the changeset viewer.