Changeset 361 for trunk/src


Ignore:
Timestamp:
Jul 22, 1999, 10:23:37 AM (26 years ago)
Author:
sandervl
Message:

New def for library creation

Location:
trunk/src/comctl32
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comctl32/makefile

    r285 r361  
    1 # $Id: makefile,v 1.8 1999-07-07 17:08:42 cbratschi Exp $
     1# $Id: makefile,v 1.9 1999-07-22 08:23:37 sandervl Exp $
    22#
    33# PD-Win32 API
     
    3939
    4040
    41 $(TARGET).lib: $(TARGET).dll
    42         $(IMPLIB) $(IMPLIBFLAGS) $@ $(TARGET).dll
     41$(TARGET).lib: $(TARGET)exp.def
     42        $(IMPLIB) $(IMPLIBFLAGS) $@ $(TARGET)exp.def
    4343        $(CP) $@ $(PDWIN32_LIB)
    4444
Note: See TracChangeset for help on using the changeset viewer.