Changeset 1585 for trunk/src/comctl32


Ignore:
Timestamp:
Nov 4, 1999, 12:28:07 AM (26 years ago)
Author:
sandervl
Message:

Knut's makefile changes to build libraries first

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comctl32/makefile

    r1431 r1585  
    1 # $Id: makefile,v 1.17 1999-10-24 22:49:45 sandervl Exp $
     1# $Id: makefile,v 1.18 1999-11-03 23:28:04 sandervl Exp $
    22#
    33# PD-Win32 API
     
    3131all: $(TARGET).dll $(TARGET).lib
    3232
    33 resource.asm: rsrc.rc 
    34     $(RC) $(RCFLAGS) -o resource.asm rsrc.rc 
     33resource.asm: rsrc.rc
     34    $(RC) $(RCFLAGS) -o resource.asm rsrc.rc
    3535
    3636resource.obj: resource.asm
     
    4747
    4848$(TARGET).lib: $(TARGET)exp.def
    49         $(IMPLIB) $(IMPLIBFLAGS) $@ $(TARGET)exp.def
     49        $(IMPLIB) $(IMPLIBFLAGS) $@ $(TARGET)exp.def
    5050        $(CP) $@ $(PDWIN32_LIB)
     51
     52$(TARGET)exp.def: $(TARGET).def
     53        $(IMPDEF) $** $@
    5154
    5255comctl32.obj: comctl32.c
Note: See TracChangeset for help on using the changeset viewer.